#851A96

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

Shades of Vivid Violet #851A96

Tints of Vivid Violet #851A96

Color information

#851A96 (or 0x851A96) is unknown color: approx Vivid Violet. HEX triplet: 85, 1A and 96. RGB value is (133,26,150). Sum of RGB (Red+Green+Blue) = 133+26+150=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #851A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851A96 is #7AE569. Grayscale: #474747. Windows color (decimal): -8054122 or 9837189. OLE color: 9837189.

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

Color convert

RGB13326150-
CMYK0.110.8300.41
HSL291.77º70.45%34.51%-
HSV(B)291.77º82.67%58.82%-
XYZ15.557.9329.56-
YUV72.13171.95171.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=43.04%
G=8.41%
B=48.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133261500.110.8300.41291.7770.4534.51
Hex851A96B530291244623
Octal205322261312305144410643
Binary1000010111010100101101011101001101010011001001001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851A96; }

 p { color: rgb(133,26,150); }

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

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

 a { background-color: rgb(133,26,150); }

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

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

 span { border-color: rgb(133,26,150); }

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