#992599

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

Shades of Vivid Violet #992599

Tints of Vivid Violet #992599

Color information

#992599 (or 0x992599) is unknown color: approx Vivid Violet. HEX triplet: 99, 25 and 99. RGB value is (153,37,153). Sum of RGB (Red+Green+Blue) = 153+37+153=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992599 is #66DA66. Grayscale: #545454. Windows color (decimal): -6740583 or 10036633. OLE color: 10036633.

HSL color Cylindrical-coordinate representation of color #992599: hue angle of 300º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992599 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15337153-
CMYK00.7600.4
HSL300º61.05%37.25%-
HSV(B)300º75.82%60%-
XYZ19.5510.431.11-
YUV84.91166.43176.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 37 (14.84% from 255) = 10.79%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=44.61%
G=10.79%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533715300.7600.430061.0537.25
Hex99259904C02812c3d25
Octal2314523101140504547545
Binary1001100110010110011001010011000101000100101100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992599; }

 p { color: rgb(153,37,153); }

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

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

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

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

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

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

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