#851DAB

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

Shades of Vivid Violet #851DAB

Tints of Vivid Violet #851DAB

Color information

#851DAB (or 0x851DAB) is unknown color: approx Vivid Violet. HEX triplet: 85, 1D and AB. RGB value is (133,29,171). Sum of RGB (Red+Green+Blue) = 133+29+171=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #851DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851DAB is #7AE254. Grayscale: #4B4B4B. Windows color (decimal): -8053333 or 11214213. OLE color: 11214213.

HSL color Cylindrical-coordinate representation of color #851DAB: hue angle of 283.94º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851DAB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13329171-
CMYK0.220.8300.33
HSL283.94º71%39.22%-
HSV(B)283.94º83.04%67.06%-
XYZ17.468.8139.31-
YUV76.28181.46168.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 29 (11.72% from 255) = 8.71%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=39.94%
G=8.71%
B=51.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133291710.220.8300.33283.947139.22
Hex851DAB165302111c4727
Octal205352532612304143410747
Binary10000101111011010101110110101001101000011000111001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,29,171); }

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

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

 a { background-color: rgb(133,29,171); }

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

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

 span { border-color: rgb(133,29,171); }

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