#862AA9

Color #862AA9 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #862AA9

Tints of Vivid Violet #862AA9

Color information

#862AA9 (or 0x862AA9) is unknown color: approx Vivid Violet. HEX triplet: 86, 2A and A9. RGB value is (134,42,169). Sum of RGB (Red+Green+Blue) = 134+42+169=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #862AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862AA9 is #79D556. Grayscale: #535353. Windows color (decimal): -7984471 or 11086470. OLE color: 11086470.

HSL color Cylindrical-coordinate representation of color #862AA9: hue angle of 283.46º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862AA9 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13442169-
CMYK0.210.7500.34
HSL283.46º60.19%41.37%-
HSV(B)283.46º75.15%66.27%-
XYZ17.829.5938.45-
YUV83.99175.98163.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=38.84%
G=12.17%
B=48.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134421690.210.7500.34283.4660.1941.37
Hex862AA9154B02211b3c29
Octal20652251251130424337451
Binary10000110101010101010011010110010110100010100011011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862AA9; }

 p { color: rgb(134,42,169); }

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

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

 a { background-color: rgb(134,42,169); }

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

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

 span { border-color: rgb(134,42,169); }

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