#861D96

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

Shades of Vivid Violet #861D96

Tints of Vivid Violet #861D96

Color information

#861D96 (or 0x861D96) is unknown color: approx Vivid Violet. HEX triplet: 86, 1D and 96. RGB value is (134,29,150). Sum of RGB (Red+Green+Blue) = 134+29+150=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #861D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861D96 is #79E269. Grayscale: #494949. Windows color (decimal): -7987818 or 9837958. OLE color: 9837958.

HSL color Cylindrical-coordinate representation of color #861D96: hue angle of 292.07º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861D96 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13429150-
CMYK0.110.8100.41
HSL292.07º67.6%35.1%-
HSV(B)292.07º80.67%58.82%-
XYZ15.788.1529.6-
YUV74.19170.79170.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=42.81%
G=9.27%
B=47.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134291500.110.8100.41292.0767.635.1
Hex861D96B510291244423
Octal206352261312105144410443
Binary1000011011101100101101011101000101010011001001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,29,150); }

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

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

 a { background-color: rgb(134,29,150); }

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

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

 span { border-color: rgb(134,29,150); }

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