#86227C

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

Shades of Dark Purple #86227C

Tints of Dark Purple #86227C

Color information

#86227C (or 0x86227C) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 7C. RGB value is (134,34,124). Sum of RGB (Red+Green+Blue) = 134+34+124=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86227C is #79DD83. Grayscale: #494949. Windows color (decimal): -7986564 or 8135302. OLE color: 8135302.

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

Color convert

RGB13434124-
CMYK00.750.070.47
HSL306º59.52%32.94%-
HSV(B)306º74.63%52.55%-
XYZ14.047.6719.81-
YUV74.16156.13170.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=45.89%
G=11.64%
B=42.47%

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
Decimal1343412400.750.070.4730659.5232.94
Hex86227C04B72F1323c21
Octal2064217401137574627441
Binary10000110100010111110001001011111101111100110010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86227C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86227C; }

 p { color: rgb(134,34,124); }

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

<style>
 a { background-color: #86227C; }

 a { background-color: rgb(134,34,124); }

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

<style>
 span { border-color: #86227C; }

 span { border-color: rgb(134,34,124); }

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