Html Css Color HEX #881275 Dark Purple

📋 copy color: '#881275'

red 136 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #881275

Tints of Dark Purple #881275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 50.18%
G = 6.64%
B = 43.17%

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

#881275 (or 0x881275) is known color: Dark Purple. HEX triplet: 88, 12 and 75. RGB value is (136,18,117). Sum of RGB (Red+Green+Blue) = 136+18+117=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #881275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881275 is #77ED8A. Grayscale: #404040. Windows color (decimal): -7859595 or 7672456. OLE color: 7672456.

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

Color convert

RGB 136 18 117 -
CMYK 0 0.87 0.14 0.47
HSL 309.66º 0.77% 0.3% -
HSV(B) 309.66º 0.87% 0.53% -
XYZ 13.58 6.95 17.46 -
YUV 64.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 136 18 117 0 0.87 0.14 0.47 309.66 0.77 0.3
Hex 88 12 75 0 57 E 2F 136 4D 1E
Octal 210 22 165 0 127 16 57 466 115 36
Binary 10001000 10010 1110101 0 1010111 1110 101111 100110110 1001101 11110

Color Harmonies of #881275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881275

Black with #881275

Text Example


Text Example

White with #881275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881275; }

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

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

background-color css

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

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

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

border-color css

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

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

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