#862284

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

Shades of Dark Purple #862284

Tints of Dark Purple #862284

Color information

#862284 (or 0x862284) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 84. RGB value is (134,34,132). Sum of RGB (Red+Green+Blue) = 134+34+132=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #862284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862284 is #79DD7B. Grayscale: #4A4A4A. Windows color (decimal): -7986556 or 8659590. OLE color: 8659590.

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

Color convert

RGB13434132-
CMYK00.750.010.47
HSL301.2º59.52%32.94%-
HSV(B)301.2º74.63%52.55%-
XYZ14.577.8822.58-
YUV75.07160.13170.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 132 (51.95% from 255) = 44%
R=44.67%
G=11.33%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343413200.750.010.47301.259.5232.94
Hex86228404B12F12d3c21
Octal2064220401131574557441
Binary1000011010001010000100010010111101111100101101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862284; }

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

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

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

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

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

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

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

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