#860B6E

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

Shades of Dark Purple #860B6E

Tints of Dark Purple #860B6E

Color information

#860B6E (or 0x860B6E) is unknown color: approx Dark Purple. HEX triplet: 86, 0B and 6E. RGB value is (134,11,110). Sum of RGB (Red+Green+Blue) = 134+11+110=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860B6E is #79F491. Grayscale: #3A3A3A. Windows color (decimal): -7992466 or 7211910. OLE color: 7211910.

HSL color Cylindrical-coordinate representation of color #860B6E: hue angle of 311.71º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B6E is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13411110-
CMYK00.920.180.47
HSL311.71º84.83%28.43%-
HSV(B)311.71º91.79%52.55%-
XYZ12.776.4315.32-
YUV59.06156.75181.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=52.55%
G=4.31%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341111000.920.180.47311.7184.8328.43
Hex86B6E05C122F138551c
Octal206131560134225747012534
Binary10000110101111011100101110010010101111100111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860B6E; }

 p { color: rgb(134,11,110); }

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

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

 a { background-color: rgb(134,11,110); }

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

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

 span { border-color: rgb(134,11,110); }

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