Html Css Color HEX #992299 Vivid Violet

📋 copy color: '#992299'

red 153 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #992299

Tints of Vivid Violet #992299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10%

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

R = 45%
G = 10%
B = 45%

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

#992299 (or 0x992299) is known color: Vivid Violet. HEX triplet: 99, 22 and 99. RGB value is (153,34,153). Sum of RGB (Red+Green+Blue) = 153+34+153=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992299 is #66DD66. Grayscale: #525252. Windows color (decimal): -6741351 or 10035865. OLE color: 10035865.

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

Color convert

RGB 153 34 153 -
CMYK 0 0.78 0 0.4
HSL 300º 0.64% 0.37% -
HSV(B) 300º 0.78% 0.6% -
XYZ 19.46 10.22 31.08 -
YUV 83.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 153 34 153 0 0.78 0 0.4 300 0.64 0.37
Hex 99 22 99 0 4E 0 28 12C 40 25
Octal 231 42 231 0 116 0 50 454 100 45
Binary 10011001 100010 10011001 0 1001110 0 101000 100101100 1000000 100101

Color Harmonies of #992299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992299

Black with #992299

Text Example


Text Example

White with #992299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992299; }

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

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

background-color css

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

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

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

border-color css

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

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

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