Html Css Color HEX #881972 Dark Purple

📋 copy color: '#881972'

red 136 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #881972

Tints of Dark Purple #881972

RGB

 RED value IS 136 (53.52% from 255) = 49.45%

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 49.45%
G = 9.09%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#881972 (or 0x881972) is known color: Dark Purple. HEX triplet: 88, 19 and 72. RGB value is (136,25,114). Sum of RGB (Red+Green+Blue) = 136+25+114=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881972 is #77E68D. Grayscale: #444444. Windows color (decimal): -7857806 or 7477640. OLE color: 7477640.

HSL color Cylindrical-coordinate representation of color #881972: hue angle of 311.89º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881972 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 114 -
CMYK 0 0.82 0.16 0.47
HSL 311.89º 0.69% 0.32% -
HSV(B) 311.89º 0.82% 0.53% -
XYZ 13.54 7.14 16.59 -
YUV 68.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 136 25 114 0 0.82 0.16 0.47 311.89 0.69 0.32
Hex 88 19 72 0 52 10 2F 138 45 20
Octal 210 31 162 0 122 20 57 470 105 40
Binary 10001000 11001 1110010 0 1010010 10000 101111 100111000 1000101 100000

Color Harmonies of #881972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881972

Black with #881972

Text Example


Text Example

White with #881972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881972; }

 p { color: rgb(136,25,114); }

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

background-color css

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

 a { background-color: rgb(136,25,114); }

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

border-color css

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

 span { border-color: rgb(136,25,114); }

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