#871B8B

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

Shades of Dark Purple #871B8B

Tints of Dark Purple #871B8B

Color information

#871B8B (or 0x871B8B) is unknown color: approx Dark Purple. HEX triplet: 87, 1B and 8B. RGB value is (135,27,139). Sum of RGB (Red+Green+Blue) = 135+27+139=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #871B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B8B is #78E474. Grayscale: #474747. Windows color (decimal): -7922805 or 9116551. OLE color: 9116551.

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

Color convert

RGB13527139-
CMYK0.030.8100.45
HSL297.86º67.47%32.55%-
HSV(B)297.86º80.58%54.51%-
XYZ15.047.825.14-
YUV72.06165.78172.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=44.85%
G=8.97%
B=46.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135271390.030.8100.45297.8667.4732.55
Hex871B8B35102D12a4321
Octal20733213312105545210341
Binary10000111110111000101111101000101011011001010101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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