Html Css Color HEX #992996 Vivid Violet

📋 copy color: '#992996'

red 153 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #992996

Tints of Vivid Violet #992996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 44.48%
G = 11.92%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#992996 (or 0x992996) is known color: Vivid Violet. HEX triplet: 99, 29 and 96. RGB value is (153,41,150). Sum of RGB (Red+Green+Blue) = 153+41+150=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #992996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992996 is #66D669. Grayscale: #565656. Windows color (decimal): -6739562 or 9841049. OLE color: 9841049.

HSL color Cylindrical-coordinate representation of color #992996: hue angle of 301.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992996 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 150 -
CMYK 0 0.73 0.02 0.4
HSL 301.61º 0.58% 0.38% -
HSV(B) 301.61º 0.73% 0.6% -
XYZ 19.43 10.56 29.87 -
YUV 86.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 153 41 150 0 0.73 0.02 0.4 301.61 0.58 0.38
Hex 99 29 96 0 49 2 28 12E 3A 26
Octal 231 51 226 0 111 2 50 456 72 46
Binary 10011001 101001 10010110 0 1001001 10 101000 100101110 111010 100110

Color Harmonies of #992996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992996

Black with #992996

Text Example


Text Example

White with #992996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992996; }

 p { color: rgb(153,41,150); }

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

background-color css

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

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

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

border-color css

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

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

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