#861F9B

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

Shades of Vivid Violet #861F9B

Tints of Vivid Violet #861F9B

Color information

#861F9B (or 0x861F9B) is unknown color: approx Vivid Violet. HEX triplet: 86, 1F and 9B. RGB value is (134,31,155). Sum of RGB (Red+Green+Blue) = 134+31+155=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #861F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861F9B is #79E064. Grayscale: #4B4B4B. Windows color (decimal): -7987301 or 10166150. OLE color: 10166150.

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

Color convert

RGB13431155-
CMYK0.140.800.39
HSL289.84º66.67%36.47%-
HSV(B)289.84º80%60.78%-
XYZ16.248.4131.78-
YUV75.93172.62169.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=41.88%
G=9.69%
B=48.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134311550.140.800.39289.8466.6736.47
Hex861F9BE500271224324
Octal206372331612004744210344
Binary1000011011111100110111110101000001001111001000101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,31,155); }

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

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

 a { background-color: rgb(134,31,155); }

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

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

 span { border-color: rgb(134,31,155); }

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