Html Css Color HEX #992871 Dark Purple

📋 copy color: '#992871'

red 153 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #992871

Tints of Dark Purple #992871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 50%
G = 13.07%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#992871 (or 0x992871) is known color: Dark Purple. HEX triplet: 99, 28 and 71. RGB value is (153,40,113). Sum of RGB (Red+Green+Blue) = 153+40+113=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #992871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992871 is #66D78E. Grayscale: #515151. Windows color (decimal): -6739855 or 7415961. OLE color: 7415961.

HSL color Cylindrical-coordinate representation of color #992871: hue angle of 321.24º 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 #992871 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 113 -
CMYK 0 0.74 0.26 0.4
HSL 321.24º 0.59% 0.38% -
HSV(B) 321.24º 0.74% 0.6% -
XYZ 16.88 9.48 16.56 -
YUV 82.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 153 40 113 0 0.74 0.26 0.4 321.24 0.59 0.38
Hex 99 28 71 0 4A 1A 28 141 3B 26
Octal 231 50 161 0 112 32 50 501 73 46
Binary 10011001 101000 1110001 0 1001010 11010 101000 101000001 111011 100110

Color Harmonies of #992871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992871

Black with #992871

Text Example


Text Example

White with #992871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992871; }

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

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

background-color css

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

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

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

border-color css

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

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

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