Html Css Color HEX #992096 Dark Purple

📋 copy color: '#992096'

red 153 ◦ green 32 ◦ blue 150

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

Shades of Dark Purple #992096

Tints of Dark Purple #992096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 45.67%
G = 9.55%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#992096 (or 0x992096) is known color: Dark Purple. HEX triplet: 99, 20 and 96. RGB value is (153,32,150). Sum of RGB (Red+Green+Blue) = 153+32+150=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992096 is #66DF69. Grayscale: #515151. Windows color (decimal): -6741866 or 9838745. OLE color: 9838745.

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

Color convert

RGB 153 32 150 -
CMYK 0 0.79 0.02 0.4
HSL 301.49º 0.65% 0.36% -
HSV(B) 301.49º 0.79% 0.6% -
XYZ 19.16 10.01 29.78 -
YUV 81.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 153 32 150 0 0.79 0.02 0.4 301.49 0.65 0.36
Hex 99 20 96 0 4F 2 28 12D 41 24
Octal 231 40 226 0 117 2 50 455 101 44
Binary 10011001 100000 10010110 0 1001111 10 101000 100101101 1000001 100100

Color Harmonies of #992096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992096

Black with #992096

Text Example


Text Example

White with #992096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992096; }

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

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

background-color css

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

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

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

border-color css

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

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

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