#861F8A

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

Shades of Dark Purple #861F8A

Tints of Dark Purple #861F8A

Color information

#861F8A (or 0x861F8A) is unknown color: approx Dark Purple. HEX triplet: 86, 1F and 8A. RGB value is (134,31,138). Sum of RGB (Red+Green+Blue) = 134+31+138=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #861F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861F8A is #79E075. Grayscale: #494949. Windows color (decimal): -7987318 or 9052038. OLE color: 9052038.

HSL color Cylindrical-coordinate representation of color #861F8A: hue angle of 297.76º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861F8A is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13431138-
CMYK0.030.7800.46
HSL297.76º63.31%33.14%-
HSV(B)297.76º77.54%54.12%-
XYZ14.917.8824.78-
YUV73.99164.12170.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=44.22%
G=10.23%
B=45.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134311380.030.7800.46297.7663.3133.14
Hex861F8A34E02E12a3f21
Octal2063721231160564527741
Binary1000011011111100010101110011100101110100101010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,31,138); }

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

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

 a { background-color: rgb(134,31,138); }

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

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

 span { border-color: rgb(134,31,138); }

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