#8124AA

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

Shades of Vivid Violet #8124AA

Tints of Vivid Violet #8124AA

Color information

#8124AA (or 0x8124AA) is unknown color: approx Vivid Violet. HEX triplet: 81, 24 and AA. RGB value is (129,36,170). Sum of RGB (Red+Green+Blue) = 129+36+170=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #8124AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8124AA is #7EDB55. Grayscale: #4E4E4E. Windows color (decimal): -8313686 or 11150465. OLE color: 11150465.

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

Color convert

RGB12936170-
CMYK0.240.7900.33
HSL281.64º65.05%40.39%-
HSV(B)281.64º78.82%66.67%-
XYZ16.948.8338.84-
YUV79.08179.31163.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=38.51%
G=10.75%
B=50.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129361700.240.7900.33281.6465.0540.39
Hex8124AA184F02111a4128
Octal201442523011704143210150
Binary100000011001001010101011000100111101000011000110101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8124AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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