#861E94

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

Shades of Vivid Violet #861E94

Tints of Vivid Violet #861E94

Color information

#861E94 (or 0x861E94) is unknown color: approx Vivid Violet. HEX triplet: 86, 1E and 94. RGB value is (134,30,148). Sum of RGB (Red+Green+Blue) = 134+30+148=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #861E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861E94 is #79E16B. Grayscale: #4A4A4A. Windows color (decimal): -7987564 or 9707142. OLE color: 9707142.

HSL color Cylindrical-coordinate representation of color #861E94: hue angle of 292.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861E94 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13430148-
CMYK0.090.8000.42
HSL292.88º66.29%34.9%-
HSV(B)292.88º79.73%58.04%-
XYZ15.648.1328.76-
YUV74.55169.46170.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=42.95%
G=9.62%
B=47.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134301480.090.8000.42292.8866.2934.9
Hex861E9495002A1254223
Octal206362241112005244510243
Binary1000011011110100101001001101000001010101001001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,30,148); }

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

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

 a { background-color: rgb(134,30,148); }

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

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

 span { border-color: rgb(134,30,148); }

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