#861E8B

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

Shades of Dark Purple #861E8B

Tints of Dark Purple #861E8B

Color information

#861E8B (or 0x861E8B) is unknown color: approx Dark Purple. HEX triplet: 86, 1E and 8B. RGB value is (134,30,139). Sum of RGB (Red+Green+Blue) = 134+30+139=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #861E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861E8B is #79E174. Grayscale: #494949. Windows color (decimal): -7987573 or 9117318. OLE color: 9117318.

HSL color Cylindrical-coordinate representation of color #861E8B: hue angle of 297.25º 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 #861E8B is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13430139-
CMYK0.040.7800.45
HSL297.25º64.5%33.14%-
HSV(B)297.25º78.42%54.51%-
XYZ14.967.8625.16-
YUV73.52164.96171.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=44.22%
G=9.90%
B=45.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134301390.040.7800.45297.2564.533.14
Hex861E8B44E02D1294021
Octal20636213411605545110041
Binary100001101111010001011100100111001011011001010011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E8B; }

 p { color: rgb(134,30,139); }

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

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

 a { background-color: rgb(134,30,139); }

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

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

 span { border-color: rgb(134,30,139); }

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