#86217D

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

Shades of Dark Purple #86217D

Tints of Dark Purple #86217D

Color information

#86217D (or 0x86217D) is unknown color: approx Dark Purple. HEX triplet: 86, 21 and 7D. RGB value is (134,33,125). Sum of RGB (Red+Green+Blue) = 134+33+125=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86217D is #79DE82. Grayscale: #494949. Windows color (decimal): -7986819 or 8200582. OLE color: 8200582.

HSL color Cylindrical-coordinate representation of color #86217D: hue angle of 305.35º 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 #86217D is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13433125-
CMYK00.750.070.47
HSL305.35º60.48%32.75%-
HSV(B)305.35º75.37%52.55%-
XYZ14.087.6420.13-
YUV73.69156.96171.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 33 (13.28% from 255) = 11.30%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=45.89%
G=11.30%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343312500.750.070.47305.3560.4832.75
Hex86217D04B72F1313c21
Octal2064117501137574617441
Binary10000110100001111110101001011111101111100110001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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