Html Css Color HEX #882887 Dark Purple

📋 copy color: '#882887'

red 136 ◦ green 40 ◦ blue 135

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

Shades of Dark Purple #882887

Tints of Dark Purple #882887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 43.73%
G = 12.86%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#882887 (or 0x882887) is known color: Dark Purple. HEX triplet: 88, 28 and 87. RGB value is (136,40,135). Sum of RGB (Red+Green+Blue) = 136+40+135=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #882887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882887 is #77D778. Grayscale: #4F4F4F. Windows color (decimal): -7853945 or 8857736. OLE color: 8857736.

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

Color convert

RGB 136 40 135 -
CMYK 0 0.71 0.01 0.47
HSL 300.63º 0.55% 0.35% -
HSV(B) 300.63º 0.71% 0.53% -
XYZ 15.29 8.5 23.76 -
YUV 79.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 136 40 135 0 0.71 0.01 0.47 300.63 0.55 0.35
Hex 88 28 87 0 47 1 2F 12D 37 23
Octal 210 50 207 0 107 1 57 455 67 43
Binary 10001000 101000 10000111 0 1000111 1 101111 100101101 110111 100011

Color Harmonies of #882887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882887

Black with #882887

Text Example


Text Example

White with #882887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882887; }

 p { color: rgb(136,40,135); }

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

background-color css

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

 a { background-color: rgb(136,40,135); }

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

border-color css

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

 span { border-color: rgb(136,40,135); }

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