#862395

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

Shades of Vivid Violet #862395

Tints of Vivid Violet #862395

Color information

#862395 (or 0x862395) is unknown color: approx Vivid Violet. HEX triplet: 86, 23 and 95. RGB value is (134,35,149). Sum of RGB (Red+Green+Blue) = 134+35+149=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #862395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862395 is #79DC6A. Grayscale: #4D4D4D. Windows color (decimal): -7986283 or 9773958. OLE color: 9773958.

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

Color convert

RGB13435149-
CMYK0.100.7700.42
HSL292.11º61.96%36.08%-
HSV(B)292.11º76.51%58.43%-
XYZ15.868.4429.23-
YUV77.6168.3168.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 35 (14.06% from 255) = 11.01%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=42.14%
G=11.01%
B=46.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134351490.100.7700.42292.1161.9636.08
Hex862395A4D02A1243e24
Octal20643225121150524447644
Binary1000011010001110010101101010011010101010100100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862395; }

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

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

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

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

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

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

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

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