#86217E

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

Shades of Dark Purple #86217E

Tints of Dark Purple #86217E

Color information

#86217E (or 0x86217E) is unknown color: approx Dark Purple. HEX triplet: 86, 21 and 7E. RGB value is (134,33,126). Sum of RGB (Red+Green+Blue) = 134+33+126=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86217E is #79DE81. Grayscale: #494949. Windows color (decimal): -7986818 or 8266118. OLE color: 8266118.

HSL color Cylindrical-coordinate representation of color #86217E: hue angle of 304.75º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86217E is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13433126-
CMYK00.750.060.47
HSL304.75º60.48%32.75%-
HSV(B)304.75º75.37%52.55%-
XYZ14.147.6620.47-
YUV73.8157.46170.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=45.73%
G=11.26%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343312600.750.060.47304.7560.4832.75
Hex86217E04B62F1313c21
Octal2064117601136574617441
Binary10000110100001111111001001011110101111100110001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86217E; }

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

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

<style>
 a { background-color: #86217E; }

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

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

<style>
 span { border-color: #86217E; }

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

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