#871F8B

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

Shades of Dark Purple #871F8B

Tints of Dark Purple #871F8B

Color information

#871F8B (or 0x871F8B) is unknown color: approx Dark Purple. HEX triplet: 87, 1F and 8B. RGB value is (135,31,139). Sum of RGB (Red+Green+Blue) = 135+31+139=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #871F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871F8B is #78E074. Grayscale: #4A4A4A. Windows color (decimal): -7921781 or 9117575. OLE color: 9117575.

HSL color Cylindrical-coordinate representation of color #871F8B: hue angle of 297.78º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871F8B is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13531139-
CMYK0.030.7800.45
HSL297.78º63.53%33.33%-
HSV(B)297.78º77.7%54.51%-
XYZ15.147.9925.17-
YUV74.41164.46171.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 31 (12.5% from 255) = 10.16%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=44.26%
G=10.16%
B=45.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135311390.030.7800.45297.7863.5333.33
Hex871F8B34E02D12a4021
Octal20737213311605545210041
Binary10000111111111000101111100111001011011001010101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871F8B; }

 p { color: rgb(135,31,139); }

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

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

 a { background-color: rgb(135,31,139); }

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

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

 span { border-color: rgb(135,31,139); }

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