#862195

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

Shades of Vivid Violet #862195

Tints of Vivid Violet #862195

Color information

#862195 (or 0x862195) is unknown color: approx Vivid Violet. HEX triplet: 86, 21 and 95. RGB value is (134,33,149). Sum of RGB (Red+Green+Blue) = 134+33+149=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #862195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862195 is #79DE6A. Grayscale: #4C4C4C. Windows color (decimal): -7986795 or 9773446. OLE color: 9773446.

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

Color convert

RGB13433149-
CMYK0.100.7800.42
HSL292.24º63.74%35.69%-
HSV(B)292.24º77.85%58.43%-
XYZ15.88.3329.21-
YUV76.42168.96169.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=42.41%
G=10.44%
B=47.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134331490.100.7800.42292.2463.7435.69
Hex862195A4E02A1244024
Octal206412251211605244410044
Binary10000110100001100101011010100111001010101001001001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862195; }

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

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

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

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

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

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

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

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