Html Css Color HEX #992CA2 Vivid Violet

📋 copy color: '#992CA2'

red 153 ◦ green 44 ◦ blue 162

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

Shades of Vivid Violet #992CA2

Tints of Vivid Violet #992CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.26%

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 42.62%
G = 12.26%
B = 45.13%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#992CA2 (or 0x992CA2) is known color: Vivid Violet. HEX triplet: 99, 2C and A2. RGB value is (153,44,162). Sum of RGB (Red+Green+Blue) = 153+44+162=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #992CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CA2 is #66D35D. Grayscale: #595959. Windows color (decimal): -6738782 or 10628249. OLE color: 10628249.

HSL color Cylindrical-coordinate representation of color #992CA2: hue angle of 295.42º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992CA2 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 44 162 -
CMYK 0.06 0.73 0 0.36
HSL 295.42º 0.57% 0.4% -
HSV(B) 295.42º 0.73% 0.64% -
XYZ 20.56 11.18 35.26 -
YUV 90.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 153 44 162 0.06 0.73 0 0.36 295.42 0.57 0.4
Hex 99 2C A2 6 49 0 24 127 39 28
Octal 231 54 242 6 111 0 44 447 71 50
Binary 10011001 101100 10100010 110 1001001 0 100100 100100111 111001 101000

Color Harmonies of #992CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CA2

Black with #992CA2

Text Example


Text Example

White with #992CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992CA2; }

 p { color: rgb(153,44,162); }

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

background-color css

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

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

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

border-color css

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

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

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