#86226C

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

Shades of Dark Purple #86226C

Tints of Dark Purple #86226C

Color information

#86226C (or 0x86226C) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 6C. RGB value is (134,34,108). Sum of RGB (Red+Green+Blue) = 134+34+108=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86226C is #79DD93. Grayscale: #484848. Windows color (decimal): -7986580 or 7086726. OLE color: 7086726.

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

Color convert

RGB13434108-
CMYK00.750.190.47
HSL315.6º59.52%32.94%-
HSV(B)315.6º74.63%52.55%-
XYZ13.117.314.9-
YUV72.34148.13171.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=48.55%
G=12.32%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343410800.750.190.47315.659.5232.94
Hex86226C04B132F13c3c21
Octal20642154011323574747441
Binary1000011010001011011000100101110011101111100111100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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