#862190

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

Shades of Vivid Violet #862190

Tints of Vivid Violet #862190

Color information

#862190 (or 0x862190) is unknown color: approx Vivid Violet. HEX triplet: 86, 21 and 90. RGB value is (134,33,144). Sum of RGB (Red+Green+Blue) = 134+33+144=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #862190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862190 is #79DE6F. Grayscale: #4B4B4B. Windows color (decimal): -7986800 or 9445766. OLE color: 9445766.

HSL color Cylindrical-coordinate representation of color #862190: hue angle of 294.59º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862190 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13433144-
CMYK0.070.7700.44
HSL294.59º62.71%34.71%-
HSV(B)294.59º77.08%56.47%-
XYZ15.418.1727.15-
YUV75.85166.46169.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=43.09%
G=10.61%
B=46.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134331440.070.7700.44294.5962.7134.71
Hex86219074D02C1273f23
Octal2064122071150544477743
Binary100001101000011001000011110011010101100100100111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862190; }

 p { color: rgb(134,33,144); }

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

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

 a { background-color: rgb(134,33,144); }

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

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

 span { border-color: rgb(134,33,144); }

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