Html Css Color HEX #992876 Dark Purple

📋 copy color: '#992876'

red 153 ◦ green 40 ◦ blue 118

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

Shades of Dark Purple #992876

Tints of Dark Purple #992876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 49.2%
G = 12.86%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#992876 (or 0x992876) is known color: Dark Purple. HEX triplet: 99, 28 and 76. RGB value is (153,40,118). Sum of RGB (Red+Green+Blue) = 153+40+118=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #992876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992876 is #66D789. Grayscale: #525252. Windows color (decimal): -6739850 or 7743641. OLE color: 7743641.

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

Color convert

RGB 153 40 118 -
CMYK 0 0.74 0.23 0.4
HSL 318.58º 0.59% 0.38% -
HSV(B) 318.58º 0.74% 0.6% -
XYZ 17.17 9.6 18.09 -
YUV 82.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 153 40 118 0 0.74 0.23 0.4 318.58 0.59 0.38
Hex 99 28 76 0 4A 17 28 13F 3B 26
Octal 231 50 166 0 112 27 50 477 73 46
Binary 10011001 101000 1110110 0 1001010 10111 101000 100111111 111011 100110

Color Harmonies of #992876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992876

Black with #992876

Text Example


Text Example

White with #992876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992876; }

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

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

background-color css

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

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

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

border-color css

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

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

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