Html Css Color HEX #881D8E Dark Purple

📋 copy color: '#881D8E'

red 136 ◦ green 29 ◦ blue 142

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

Shades of Dark Purple #881D8E

Tints of Dark Purple #881D8E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.45%

 BLUE value IS 142 (55.86% from 255) = 46.25%

R = 44.3%
G = 9.45%
B = 46.25%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#881D8E (or 0x881D8E) is known color: Dark Purple. HEX triplet: 88, 1D and 8E. RGB value is (136,29,142). Sum of RGB (Red+Green+Blue) = 136+29+142=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #881D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881D8E is #77E271. Grayscale: #494949. Windows color (decimal): -7856754 or 9313672. OLE color: 9313672.

HSL color Cylindrical-coordinate representation of color #881D8E: hue angle of 296.81º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881D8E is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 29 142 -
CMYK 0.04 0.80 0 0.44
HSL 296.81º 0.66% 0.34% -
HSV(B) 296.81º 0.8% 0.56% -
XYZ 15.48 8.07 26.33 -
YUV 73.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 136 29 142 0.04 0.80 0 0.44 296.81 0.66 0.34
Hex 88 1D 8E 4 50 0 2C 129 42 22
Octal 210 35 216 4 120 0 54 451 102 42
Binary 10001000 11101 10001110 100 1010000 0 101100 100101001 1000010 100010

Color Harmonies of #881D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D8E

Black with #881D8E

Text Example


Text Example

White with #881D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,29,142); }

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

background-color css

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

 a { background-color: rgb(136,29,142); }

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

border-color css

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

 span { border-color: rgb(136,29,142); }

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