#86227A

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

Shades of Dark Purple #86227A

Tints of Dark Purple #86227A

Color information

#86227A (or 0x86227A) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 7A. RGB value is (134,34,122). Sum of RGB (Red+Green+Blue) = 134+34+122=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86227A is #79DD85. Grayscale: #494949. Windows color (decimal): -7986566 or 8004230. OLE color: 8004230.

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

Color convert

RGB13434122-
CMYK00.750.090.47
HSL307.2º59.52%32.94%-
HSV(B)307.2º74.63%52.55%-
XYZ13.927.6219.15-
YUV73.93155.13170.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=46.21%
G=11.72%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343412200.750.090.47307.259.5232.94
Hex86227A04B92F1333c21
Octal20642172011311574637441
Binary100001101000101111010010010111001101111100110011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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