#882867

Color #882867 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #882867

Tints of Dark Purple #882867

Color information

#882867 (or 0x882867) is unknown color: approx Dark Purple. HEX triplet: 88, 28 and 67. RGB value is (136,40,103). Sum of RGB (Red+Green+Blue) = 136+40+103=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #882867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882867 is #77D798. Grayscale: #4B4B4B. Windows color (decimal): -7853977 or 6760584. OLE color: 6760584.

HSL color Cylindrical-coordinate representation of color #882867: hue angle of 320.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 #882867 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13640103-
CMYK00.710.240.47
HSL320.62º54.55%34.51%-
HSV(B)320.62º70.59%53.33%-
XYZ13.367.7313.62-
YUV75.89143.3170.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=48.75%
G=14.34%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364010300.710.240.47320.6254.5534.51
Hex882867047182F1413723
Octal21050147010730575016743
Binary1000100010100011001110100011111000101111101000001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882867; }

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

 H1.HeaderClassName
 {
   color: #882867;
 }
 .AnyTagClassName
 {
   color: #882867;
 }
</style>
background-color css

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

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

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

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

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

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