#851AA8

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

Shades of Vivid Violet #851AA8

Tints of Vivid Violet #851AA8

Color information

#851AA8 (or 0x851AA8) is unknown color: approx Vivid Violet. HEX triplet: 85, 1A and A8. RGB value is (133,26,168). Sum of RGB (Red+Green+Blue) = 133+26+168=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #851AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851AA8 is #7AE557. Grayscale: #494949. Windows color (decimal): -8054104 or 11016837. OLE color: 11016837.

HSL color Cylindrical-coordinate representation of color #851AA8: hue angle of 285.21º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851AA8 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13326168-
CMYK0.210.8500.34
HSL285.21º73.2%38.04%-
HSV(B)285.21º84.52%65.88%-
XYZ17.118.5537.79-
YUV74.18180.95169.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 168 (66.02% from 255) = 51.38%
R=40.67%
G=7.95%
B=51.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133261680.210.8500.34285.2173.238.04
Hex851AA8155502211d4926
Octal205322502512504243511146
Binary10000101110101010100010101101010101000101000111011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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