#862095

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

Shades of Vivid Violet #862095

Tints of Vivid Violet #862095

Color information

#862095 (or 0x862095) is unknown color: approx Vivid Violet. HEX triplet: 86, 20 and 95. RGB value is (134,32,149). Sum of RGB (Red+Green+Blue) = 134+32+149=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #862095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862095 is #79DF6A. Grayscale: #4B4B4B. Windows color (decimal): -7987051 or 9773190. OLE color: 9773190.

HSL color Cylindrical-coordinate representation of color #862095: hue angle of 292.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #862095 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13432149-
CMYK0.100.7900.42
HSL292.31º64.64%35.49%-
HSV(B)292.31º78.52%58.43%-
XYZ15.778.2729.2-
YUV75.84169.29169.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=42.54%
G=10.16%
B=47.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134321490.100.7900.42292.3164.6435.49
Hex862095A4F02A1244123
Octal206402251211705244410143
Binary10000110100000100101011010100111101010101001001001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862095; }

 p { color: rgb(134,32,149); }

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

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

 a { background-color: rgb(134,32,149); }

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

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

 span { border-color: rgb(134,32,149); }

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