#8124AB

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

Shades of Vivid Violet #8124AB

Tints of Vivid Violet #8124AB

Color information

#8124AB (or 0x8124AB) is unknown color: approx Vivid Violet. HEX triplet: 81, 24 and AB. RGB value is (129,36,171). Sum of RGB (Red+Green+Blue) = 129+36+171=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8124AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8124AB is #7EDB54. Grayscale: #4E4E4E. Windows color (decimal): -8313685 or 11216001. OLE color: 11216001.

HSL color Cylindrical-coordinate representation of color #8124AB: hue angle of 281.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8124AB is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12936171-
CMYK0.250.7900.33
HSL281.33º65.22%40.59%-
HSV(B)281.33º78.95%67.06%-
XYZ17.038.8739.34-
YUV79.2179.81163.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 36 (14.45% from 255) = 10.71%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=38.39%
G=10.71%
B=50.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129361710.250.7900.33281.3365.2240.59
Hex8124AB194F0211194129
Octal201442533111704143110151
Binary100000011001001010101111001100111101000011000110011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8124AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8124AB; }

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

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

<style>
 a { background-color: #8124AB; }

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

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

<style>
 span { border-color: #8124AB; }

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

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