#8924A9

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

Shades of Vivid Violet #8924A9

Tints of Vivid Violet #8924A9

Color information

#8924A9 (or 0x8924A9) is unknown color: approx Vivid Violet. HEX triplet: 89, 24 and A9. RGB value is (137,36,169). Sum of RGB (Red+Green+Blue) = 137+36+169=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 169 (66.41% from 255 or 49.42% from 342); Max value from RGB is 169 - color contains mainly: blue. Hex color #8924A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8924A9 is #76DB56. Grayscale: #505050. Windows color (decimal): -7789399 or 11084937. OLE color: 11084937.

HSL color Cylindrical-coordinate representation of color #8924A9: hue angle of 285.56º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8924A9 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13736169-
CMYK0.190.7900.34
HSL285.56º64.88%40.2%-
HSV(B)285.56º78.7%66.27%-
XYZ18.119.4438.4-
YUV81.36177.46167.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 36 (14.45% from 255) = 10.53%
BLUE value IS 169 (66.41% from 255) = 49.42%
R=40.06%
G=10.53%
B=49.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal137361690.190.7900.34285.5664.8840.2
Hex8924A9134F02211e4128
Octal211442512311704243610150
Binary100010011001001010100110011100111101000101000111101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8924A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,36,169); }

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

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

 a { background-color: rgb(137,36,169); }

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

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

 span { border-color: rgb(137,36,169); }

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