#862EAA

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

Shades of Vivid Violet #862EAA

Tints of Vivid Violet #862EAA

Color information

#862EAA (or 0x862EAA) is unknown color: approx Vivid Violet. HEX triplet: 86, 2E and AA. RGB value is (134,46,170). Sum of RGB (Red+Green+Blue) = 134+46+170=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #862EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862EAA is #79D155. Grayscale: #565656. Windows color (decimal): -7983446 or 11153030. OLE color: 11153030.

HSL color Cylindrical-coordinate representation of color #862EAA: hue angle of 282.58º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862EAA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13446170-
CMYK0.210.7300.33
HSL282.58º57.41%42.35%-
HSV(B)282.58º72.94%66.67%-
XYZ18.069.9238.99-
YUV86.45175.15161.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=38.29%
G=13.14%
B=48.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134461700.210.7300.33282.5857.4142.35
Hex862EAA154902111b392a
Octal20656252251110414337152
Binary10000110101110101010101010110010010100001100011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,46,170); }

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

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

 a { background-color: rgb(134,46,170); }

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

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

 span { border-color: rgb(134,46,170); }

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