#86226A

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

Shades of Dark Purple #86226A

Tints of Dark Purple #86226A

Color information

#86226A (or 0x86226A) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 6A. RGB value is (134,34,106). Sum of RGB (Red+Green+Blue) = 134+34+106=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86226A is #79DD95. Grayscale: #474747. Windows color (decimal): -7986582 or 6955654. OLE color: 6955654.

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

Color convert

RGB13434106-
CMYK00.750.210.47
HSL316.8º59.52%32.94%-
HSV(B)316.8º74.63%52.55%-
XYZ13.017.2514.35-
YUV72.11147.13172.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 34 (13.67% from 255) = 12.41%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=48.91%
G=12.41%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343410600.750.210.47316.859.5232.94
Hex86226A04B152F13d3c21
Octal20642152011325574757441
Binary1000011010001011010100100101110101101111100111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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