#862EA1

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

Shades of Vivid Violet #862EA1

Tints of Vivid Violet #862EA1

Color information

#862EA1 (or 0x862EA1) is unknown color: approx Vivid Violet. HEX triplet: 86, 2E and A1. RGB value is (134,46,161). Sum of RGB (Red+Green+Blue) = 134+46+161=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #862EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862EA1 is #79D15E. Grayscale: #555555. Windows color (decimal): -7983455 or 10563206. OLE color: 10563206.

HSL color Cylindrical-coordinate representation of color #862EA1: hue angle of 285.91º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862EA1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13446161-
CMYK0.170.7100.37
HSL285.91º55.56%40.59%-
HSV(B)285.91º71.43%63.14%-
XYZ17.249.634.66-
YUV85.42170.65162.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 46 (18.36% from 255) = 13.49%
BLUE value IS 161 (63.28% from 255) = 47.21%
R=39.30%
G=13.49%
B=47.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134461610.170.7100.37285.9155.5640.59
Hex862EA1114702511e3829
Octal20656241211070454367051
Binary10000110101110101000011000110001110100101100011110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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