#8127A9

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

Shades of Vivid Violet #8127A9

Tints of Vivid Violet #8127A9

Color information

#8127A9 (or 0x8127A9) is unknown color: approx Vivid Violet. HEX triplet: 81, 27 and A9. RGB value is (129,39,169). Sum of RGB (Red+Green+Blue) = 129+39+169=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #8127A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8127A9 is #7ED856. Grayscale: #505050. Windows color (decimal): -8312919 or 11085697. OLE color: 11085697.

HSL color Cylindrical-coordinate representation of color #8127A9: hue angle of 281.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8127A9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12939169-
CMYK0.240.7700.34
HSL281.54º62.5%40.78%-
HSV(B)281.54º76.92%66.27%-
XYZ16.948.9838.38-
YUV80.73177.82162.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 39 (15.62% from 255) = 11.57%
BLUE value IS 169 (66.41% from 255) = 50.15%
R=38.28%
G=11.57%
B=50.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129391690.240.7700.34281.5462.540.78
Hex8127A9184D02211a3e29
Octal20147251301150424327651
Binary10000001100111101010011100010011010100010100011010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8127A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8127A9; }

 p { color: rgb(129,39,169); }

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

<style>
 a { background-color: #8127A9; }

 a { background-color: rgb(129,39,169); }

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

<style>
 span { border-color: #8127A9; }

 span { border-color: rgb(129,39,169); }

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