#862B9D

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

Shades of Vivid Violet #862B9D

Tints of Vivid Violet #862B9D

Color information

#862B9D (or 0x862B9D) is unknown color: approx Vivid Violet. HEX triplet: 86, 2B and 9D. RGB value is (134,43,157). Sum of RGB (Red+Green+Blue) = 134+43+157=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #862B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862B9D is #79D462. Grayscale: #525252. Windows color (decimal): -7984227 or 10300294. OLE color: 10300294.

HSL color Cylindrical-coordinate representation of color #862B9D: hue angle of 287.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862B9D is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13443157-
CMYK0.150.7300.38
HSL287.89º57%39.22%-
HSV(B)287.89º72.61%61.57%-
XYZ16.789.2332.8-
YUV83.2169.65164.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=40.12%
G=12.87%
B=47.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134431570.150.7300.38287.895739.22
Hex862B9DF490261203927
Octal20653235171110464407147
Binary1000011010101110011101111110010010100110100100000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,43,157); }

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

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

 a { background-color: rgb(134,43,157); }

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

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

 span { border-color: rgb(134,43,157); }

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