Html Css Color HEX #881175 Dark Purple

📋 copy color: '#881175'

red 136 ◦ green 17 ◦ blue 117

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

Shades of Dark Purple #881175

Tints of Dark Purple #881175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 50.37%
G = 6.3%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#881175 (or 0x881175) is known color: Dark Purple. HEX triplet: 88, 11 and 75. RGB value is (136,17,117). Sum of RGB (Red+Green+Blue) = 136+17+117=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #881175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881175 is #77EE8A. Grayscale: #3F3F3F. Windows color (decimal): -7859851 or 7672200. OLE color: 7672200.

HSL color Cylindrical-coordinate representation of color #881175: hue angle of 309.58º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881175 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 117 -
CMYK 0 0.87 0.14 0.47
HSL 309.58º 0.78% 0.3% -
HSV(B) 309.58º 0.88% 0.53% -
XYZ 13.56 6.92 17.45 -
YUV 63.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 136 17 117 0 0.87 0.14 0.47 309.58 0.78 0.3
Hex 88 11 75 0 57 E 2F 136 4E 1E
Octal 210 21 165 0 127 16 57 466 116 36
Binary 10001000 10001 1110101 0 1010111 1110 101111 100110110 1001110 11110

Color Harmonies of #881175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881175

Black with #881175

Text Example


Text Example

White with #881175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881175; }

 p { color: rgb(136,17,117); }

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

background-color css

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

 a { background-color: rgb(136,17,117); }

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

border-color css

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

 span { border-color: rgb(136,17,117); }

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