#99319B

Color #99319B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #99319B

Tints of Vivid Violet #99319B

Color information

#99319B (or 0x99319B) is unknown color: approx Vivid Violet. HEX triplet: 99, 31 and 9B. RGB value is (153,49,155). Sum of RGB (Red+Green+Blue) = 153+49+155=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #99319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99319B is #66CE64. Grayscale: #5B5B5B. Windows color (decimal): -6737509 or 10170777. OLE color: 10170777.

HSL color Cylindrical-coordinate representation of color #99319B: hue angle of 298.87º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99319B is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15349155-
CMYK0.010.6800.39
HSL298.87º51.96%40%-
HSV(B)298.87º68.39%60.78%-
XYZ20.1511.3432.14-
YUV92.18163.46171.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=42.86%
G=13.73%
B=43.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153491550.010.6800.39298.8751.9640
Hex99319B14402712b3428
Octal2316123311040474536450
Binary1001100111000110011011110001000100111100101011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99319B; }

 p { color: rgb(153,49,155); }

 H1.HeaderClassName
 {
   color: #99319B;
 }
 .AnyTagClassName
 {
   color: #99319B;
 }
</style>
background-color css

<style>
 a { background-color: #99319B; }

 a { background-color: rgb(153,49,155); }

 div.DivClassName
 {
   background-color: #99319B;
 }
 .BgClassName
 {
   background-color: #99319B;
 }
</style>
border-color css

<style>
 span { border-color: #99319B; }

 span { border-color: rgb(153,49,155); }

 td.TdClassName
 {
   border-color: #99319B;
 }
 .TagClassName
 {
   border-color: #99319B;
 }
</style>