#862990

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

Shades of Vivid Violet #862990

Tints of Vivid Violet #862990

Color information

#862990 (or 0x862990) is unknown color: approx Vivid Violet. HEX triplet: 86, 29 and 90. RGB value is (134,41,144). Sum of RGB (Red+Green+Blue) = 134+41+144=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #862990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862990 is #79D66F. Grayscale: #505050. Windows color (decimal): -7984752 or 9447814. OLE color: 9447814.

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

Color convert

RGB13441144-
CMYK0.070.7200.44
HSL294.17º55.68%36.27%-
HSV(B)294.17º71.53%56.47%-
XYZ15.668.6727.23-
YUV80.55163.81166.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=42.01%
G=12.85%
B=45.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134411440.070.7200.44294.1755.6836.27
Hex86299074802C1263824
Octal2065122071100544467044
Binary100001101010011001000011110010000101100100100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862990; }

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

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

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

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

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

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

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

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