#872D83

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

Shades of Dark Purple #872D83

Tints of Dark Purple #872D83

Color information

#872D83 (or 0x872D83) is unknown color: approx Dark Purple. HEX triplet: 87, 2D and 83. RGB value is (135,45,131). Sum of RGB (Red+Green+Blue) = 135+45+131=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #872D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872D83 is #78D27C. Grayscale: #515151. Windows color (decimal): -7918205 or 8596871. OLE color: 8596871.

HSL color Cylindrical-coordinate representation of color #872D83: hue angle of 302.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D83 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13545131-
CMYK00.670.030.47
HSL302.67º50%35.29%-
HSV(B)302.67º66.67%52.94%-
XYZ15.038.6722.35-
YUV81.71155.82166.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=43.41%
G=14.47%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354513100.670.030.47302.675035.29
Hex872D8304332F12f3223
Octal2075520301033574576243
Binary10000111101101100000110100001111101111100101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872D83; }

 p { color: rgb(135,45,131); }

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

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

 a { background-color: rgb(135,45,131); }

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

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

 span { border-color: rgb(135,45,131); }

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