#862FAB

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

Shades of Vivid Violet #862FAB

Tints of Vivid Violet #862FAB

Color information

#862FAB (or 0x862FAB) is unknown color: approx Vivid Violet. HEX triplet: 86, 2F and AB. RGB value is (134,47,171). Sum of RGB (Red+Green+Blue) = 134+47+171=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #862FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862FAB is #79D054. Grayscale: #565656. Windows color (decimal): -7983189 or 11218822. OLE color: 11218822.

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

Color convert

RGB13447171-
CMYK0.220.7300.33
HSL282.1º56.88%42.75%-
HSV(B)282.1º72.51%67.06%-
XYZ18.210.0439.51-
YUV87.15175.32161.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=38.07%
G=13.35%
B=48.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134471710.220.7300.33282.156.8842.75
Hex862FAB164902111a392b
Octal20657253261110414327153
Binary10000110101111101010111011010010010100001100011010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,171); }

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

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

 a { background-color: rgb(134,47,171); }

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

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

 span { border-color: rgb(134,47,171); }

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