#851DAA

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

Shades of Vivid Violet #851DAA

Tints of Vivid Violet #851DAA

Color information

#851DAA (or 0x851DAA) is unknown color: approx Vivid Violet. HEX triplet: 85, 1D and AA. RGB value is (133,29,170). Sum of RGB (Red+Green+Blue) = 133+29+170=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #851DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851DAA is #7AE255. Grayscale: #4B4B4B. Windows color (decimal): -8053334 or 11148677. OLE color: 11148677.

HSL color Cylindrical-coordinate representation of color #851DAA: hue angle of 284.26º 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 #851DAA is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13329170-
CMYK0.220.8300.33
HSL284.26º70.85%39.02%-
HSV(B)284.26º82.94%66.67%-
XYZ17.378.7738.81-
YUV76.17180.96168.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 29 (11.72% from 255) = 8.73%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=40.06%
G=8.73%
B=51.20%

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
Decimal133291700.220.8300.33284.2670.8539.02
Hex851DAA165302111c4727
Octal205352522612304143410747
Binary10000101111011010101010110101001101000011000111001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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