Html Css Color HEX #992199 Vivid Violet

📋 copy color: '#992199'

red 153 ◦ green 33 ◦ blue 153

#992199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #992199

Tints of Vivid Violet #992199

RGB

 RED value IS 153 (60.16% from 255) = 45.13%

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 45.13%
G = 9.73%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#992199 (or 0x992199) is known color: Vivid Violet. HEX triplet: 99, 21 and 99. RGB value is (153,33,153). Sum of RGB (Red+Green+Blue) = 153+33+153=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992199 is #66DE66. Grayscale: #525252. Windows color (decimal): -6741607 or 10035609. OLE color: 10035609.

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

Color convert

RGB 153 33 153 -
CMYK 0 0.78 0 0.4
HSL 300º 0.65% 0.36% -
HSV(B) 300º 0.78% 0.6% -
XYZ 19.43 10.16 31.07 -
YUV 82.56 167.76 178.24 -
System Red Green Blue C M Y K H S L
Decimal 153 33 153 0 0.78 0 0.4 300 0.65 0.36
Hex 99 21 99 0 4E 0 28 12C 41 24
Octal 231 41 231 0 116 0 50 454 101 44
Binary 10011001 100001 10011001 0 1001110 0 101000 100101100 1000001 100100

Color Harmonies of #992199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992199

Black with #992199

Text Example


Text Example

White with #992199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992199; }

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

 H1.HeaderClassName
 {
   color: #992199;
 }
 .AnyTagClassName
 {
   color: #992199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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