Html Css Color HEX #882086 Dark Purple

📋 copy color: '#882086'

red 136 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #882086

Tints of Dark Purple #882086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 45.03%
G = 10.6%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#882086 (or 0x882086) is known color: Dark Purple. HEX triplet: 88, 20 and 86. RGB value is (136,32,134). Sum of RGB (Red+Green+Blue) = 136+32+134=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #882086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882086 is #77DF79. Grayscale: #4A4A4A. Windows color (decimal): -7855994 or 8790152. OLE color: 8790152.

HSL color Cylindrical-coordinate representation of color #882086: hue angle of 301.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882086 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 134 -
CMYK 0 0.76 0.01 0.47
HSL 301.15º 0.62% 0.33% -
HSV(B) 301.15º 0.76% 0.53% -
XYZ 14.97 7.99 23.31 -
YUV 74.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 136 32 134 0 0.76 0.01 0.47 301.15 0.62 0.33
Hex 88 20 86 0 4C 1 2F 12D 3E 21
Octal 210 40 206 0 114 1 57 455 76 41
Binary 10001000 100000 10000110 0 1001100 1 101111 100101101 111110 100001

Color Harmonies of #882086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882086

Black with #882086

Text Example


Text Example

White with #882086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882086; }

 p { color: rgb(136,32,134); }

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

background-color css

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

 a { background-color: rgb(136,32,134); }

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

border-color css

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

 span { border-color: rgb(136,32,134); }

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