#86218A

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

Shades of Dark Purple #86218A

Tints of Dark Purple #86218A

Color information

#86218A (or 0x86218A) is unknown color: approx Dark Purple. HEX triplet: 86, 21 and 8A. RGB value is (134,33,138). Sum of RGB (Red+Green+Blue) = 134+33+138=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #86218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86218A is #79DE75. Grayscale: #4A4A4A. Windows color (decimal): -7986806 or 9052550. OLE color: 9052550.

HSL color Cylindrical-coordinate representation of color #86218A: hue angle of 297.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86218A is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13433138-
CMYK0.030.7600.46
HSL297.71º61.4%33.53%-
HSV(B)297.71º76.09%54.12%-
XYZ14.967.9924.8-
YUV75.17163.46169.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=43.93%
G=10.82%
B=45.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134331380.030.7600.46297.7161.433.53
Hex86218A34C02E12a3d22
Octal2064121231140564527542
Binary10000110100001100010101110011000101110100101010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86218A; }

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

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

<style>
 a { background-color: #86218A; }

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

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

<style>
 span { border-color: #86218A; }

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

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