#871283

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

Shades of Dark Purple #871283

Tints of Dark Purple #871283

Color information

#871283 (or 0x871283) is unknown color: approx Dark Purple. HEX triplet: 87, 12 and 83. RGB value is (135,18,131). Sum of RGB (Red+Green+Blue) = 135+18+131=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #871283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871283 is #78ED7C. Grayscale: #414141. Windows color (decimal): -7925117 or 8589959. OLE color: 8589959.

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

Color convert

RGB13518131-
CMYK00.870.030.47
HSL302.05º76.47%30%-
HSV(B)302.05º86.67%52.94%-
XYZ14.37.2222.11-
YUV65.86164.76177.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=47.54%
G=6.34%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351813100.870.030.47302.0576.4730
Hex87128305732F12e4c1e
Octal20722203012735745611436
Binary1000011110010100000110101011111101111100101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871283; }

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

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

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

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

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

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

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

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