#862396

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

Shades of Vivid Violet #862396

Tints of Vivid Violet #862396

Color information

#862396 (or 0x862396) is unknown color: approx Vivid Violet. HEX triplet: 86, 23 and 96. RGB value is (134,35,150). Sum of RGB (Red+Green+Blue) = 134+35+150=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #862396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862396 is #79DC69. Grayscale: #4D4D4D. Windows color (decimal): -7986282 or 9839494. OLE color: 9839494.

HSL color Cylindrical-coordinate representation of color #862396: hue angle of 291.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862396 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13435150-
CMYK0.110.7700.41
HSL291.65º62.16%36.27%-
HSV(B)291.65º76.67%58.82%-
XYZ15.948.4729.65-
YUV77.71168.8168.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=42.01%
G=10.97%
B=47.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134351500.110.7700.41291.6562.1636.27
Hex862396B4D0291243e24
Octal20643226131150514447644
Binary1000011010001110010110101110011010101001100100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862396; }

 p { color: rgb(134,35,150); }

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

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

 a { background-color: rgb(134,35,150); }

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

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

 span { border-color: rgb(134,35,150); }

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