#861C9C

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

Shades of Vivid Violet #861C9C

Tints of Vivid Violet #861C9C

Color information

#861C9C (or 0x861C9C) is unknown color: approx Vivid Violet. HEX triplet: 86, 1C and 9C. RGB value is (134,28,156). Sum of RGB (Red+Green+Blue) = 134+28+156=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #861C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861C9C is #79E363. Grayscale: #494949. Windows color (decimal): -7988068 or 10230918. OLE color: 10230918.

HSL color Cylindrical-coordinate representation of color #861C9C: hue angle of 289.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861C9C is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13428156-
CMYK0.140.8200.39
HSL289.69º69.57%36.08%-
HSV(B)289.69º82.05%61.18%-
XYZ16.258.332.2-
YUV74.29174.12170.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 28 (11.33% from 255) = 8.81%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=42.14%
G=8.81%
B=49.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134281560.140.8200.39289.6969.5736.08
Hex861C9CE520271224624
Octal206342341612204744210644
Binary1000011011100100111001110101001001001111001000101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861C9C; }

 p { color: rgb(134,28,156); }

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

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

 a { background-color: rgb(134,28,156); }

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

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

 span { border-color: rgb(134,28,156); }

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