Html Css Color HEX #992776 Dark Purple

📋 copy color: '#992776'

red 153 ◦ green 39 ◦ blue 118

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

Shades of Dark Purple #992776

Tints of Dark Purple #992776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 49.35%
G = 12.58%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#992776 (or 0x992776) is known color: Dark Purple. HEX triplet: 99, 27 and 76. RGB value is (153,39,118). Sum of RGB (Red+Green+Blue) = 153+39+118=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #992776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992776 is #66D889. Grayscale: #515151. Windows color (decimal): -6740106 or 7743385. OLE color: 7743385.

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

Color convert

RGB 153 39 118 -
CMYK 0 0.75 0.23 0.4
HSL 318.42º 0.59% 0.38% -
HSV(B) 318.42º 0.75% 0.6% -
XYZ 17.13 9.53 18.08 -
YUV 82.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 153 39 118 0 0.75 0.23 0.4 318.42 0.59 0.38
Hex 99 27 76 0 4B 17 28 13E 3B 26
Octal 231 47 166 0 113 27 50 476 73 46
Binary 10011001 100111 1110110 0 1001011 10111 101000 100111110 111011 100110

Color Harmonies of #992776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992776

Black with #992776

Text Example


Text Example

White with #992776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992776; }

 p { color: rgb(153,39,118); }

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

background-color css

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

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

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

border-color css

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

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

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