#812AAB

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

Shades of Vivid Violet #812AAB

Tints of Vivid Violet #812AAB

Color information

#812AAB (or 0x812AAB) is unknown color: approx Vivid Violet. HEX triplet: 81, 2A and AB. RGB value is (129,42,171). Sum of RGB (Red+Green+Blue) = 129+42+171=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #812AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812AAB is #7ED554. Grayscale: #525252. Windows color (decimal): -8312149 or 11217537. OLE color: 11217537.

HSL color Cylindrical-coordinate representation of color #812AAB: hue angle of 280.47º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812AAB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12942171-
CMYK0.250.7500.33
HSL280.47º60.56%41.76%-
HSV(B)280.47º75.44%67.06%-
XYZ17.239.2639.41-
YUV82.72177.82161.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 42 (16.80% from 255) = 12.28%
BLUE value IS 171 (67.19% from 255) = 50%
R=37.72%
G=12.28%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129421710.250.7500.33280.4760.5641.76
Hex812AAB194B0211183d2a
Octal20152253311130414307552
Binary10000001101010101010111100110010110100001100011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812AAB; }

 p { color: rgb(129,42,171); }

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

<style>
 a { background-color: #812AAB; }

 a { background-color: rgb(129,42,171); }

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

<style>
 span { border-color: #812AAB; }

 span { border-color: rgb(129,42,171); }

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