Html Css Color HEX #881E66 Dark Purple

📋 copy color: '#881E66'

red 136 ◦ green 30 ◦ blue 102

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

Shades of Dark Purple #881E66

Tints of Dark Purple #881E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 50.75%
G = 11.19%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#881E66 (or 0x881E66) is known color: Dark Purple. HEX triplet: 88, 1E and 66. RGB value is (136,30,102). Sum of RGB (Red+Green+Blue) = 136+30+102=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #881E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E66 is #77E199. Grayscale: #454545. Windows color (decimal): -7856538 or 6692488. OLE color: 6692488.

HSL color Cylindrical-coordinate representation of color #881E66: hue angle of 319.25º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E66 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 102 -
CMYK 0 0.78 0.25 0.47
HSL 319.25º 0.64% 0.33% -
HSV(B) 319.25º 0.78% 0.53% -
XYZ 13.02 7.12 13.26 -
YUV 69.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 136 30 102 0 0.78 0.25 0.47 319.25 0.64 0.33
Hex 88 1E 66 0 4E 19 2F 13F 40 21
Octal 210 36 146 0 116 31 57 477 100 41
Binary 10001000 11110 1100110 0 1001110 11001 101111 100111111 1000000 100001

Color Harmonies of #881E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E66

Black with #881E66

Text Example


Text Example

White with #881E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E66; }

 p { color: rgb(136,30,102); }

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

background-color css

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

 a { background-color: rgb(136,30,102); }

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

border-color css

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

 span { border-color: rgb(136,30,102); }

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