#871383

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

Shades of Dark Purple #871383

Tints of Dark Purple #871383

Color information

#871383 (or 0x871383) is unknown color: approx Dark Purple. HEX triplet: 87, 13 and 83. RGB value is (135,19,131). Sum of RGB (Red+Green+Blue) = 135+19+131=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #871383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871383 is #78EC7C. Grayscale: #424242. Windows color (decimal): -7924861 or 8590215. OLE color: 8590215.

HSL color Cylindrical-coordinate representation of color #871383: hue angle of 302.07º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871383 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13519131-
CMYK00.860.030.47
HSL302.07º75.32%30.2%-
HSV(B)302.07º85.93%52.94%-
XYZ14.327.2622.12-
YUV66.45164.43176.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 19 (7.81% from 255) = 6.67%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=47.37%
G=6.67%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351913100.860.030.47302.0775.3230.2
Hex87138305632F12e4b1e
Octal20723203012635745611336
Binary1000011110011100000110101011011101111100101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871383; }

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

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

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

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

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

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

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

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