#882567

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

Shades of Dark Purple #882567

Tints of Dark Purple #882567

Color information

#882567 (or 0x882567) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 67. RGB value is (136,37,103). Sum of RGB (Red+Green+Blue) = 136+37+103=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #882567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882567 is #77DA98. Grayscale: #494949. Windows color (decimal): -7854745 or 6759816. OLE color: 6759816.

HSL color Cylindrical-coordinate representation of color #882567: hue angle of 320º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882567 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13637103-
CMYK00.730.240.47
HSL320º57.23%33.92%-
HSV(B)320º72.79%53.33%-
XYZ13.267.5413.59-
YUV74.12144.3172.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=49.28%
G=13.41%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363710300.730.240.4732057.2333.92
Hex882567049182F1403922
Octal21045147011130575007142
Binary1000100010010111001110100100111000101111101000000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882567; }

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

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

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

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

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

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

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

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