#862289

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

Shades of Dark Purple #862289

Tints of Dark Purple #862289

Color information

#862289 (or 0x862289) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 89. RGB value is (134,34,137). Sum of RGB (Red+Green+Blue) = 134+34+137=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #862289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862289 is #79DD76. Grayscale: #4B4B4B. Windows color (decimal): -7986551 or 8987270. OLE color: 8987270.

HSL color Cylindrical-coordinate representation of color #862289: hue angle of 298.25º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862289 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13434137-
CMYK0.020.7500.46
HSL298.25º60.23%33.53%-
HSV(B)298.25º75.18%53.73%-
XYZ14.928.0224.43-
YUV75.64162.63169.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=43.93%
G=11.15%
B=44.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134341370.020.7500.46298.2560.2333.53
Hex86228924B02E12a3c22
Octal2064221121130564527442
Binary10000110100010100010011010010110101110100101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862289; }

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

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

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

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

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

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

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

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