#8924A4

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

Shades of Vivid Violet #8924A4

Tints of Vivid Violet #8924A4

Color information

#8924A4 (or 0x8924A4) is unknown color: approx Vivid Violet. HEX triplet: 89, 24 and A4. RGB value is (137,36,164). Sum of RGB (Red+Green+Blue) = 137+36+164=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #8924A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8924A4 is #76DB5B. Grayscale: #505050. Windows color (decimal): -7789404 or 10757257. OLE color: 10757257.

HSL color Cylindrical-coordinate representation of color #8924A4: hue angle of 287.34º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8924A4 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13736164-
CMYK0.160.7800.36
HSL287.34º64%39.22%-
HSV(B)287.34º78.05%64.31%-
XYZ17.659.2635.98-
YUV80.79174.96168.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=40.65%
G=10.68%
B=48.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137361640.160.7800.36287.346439.22
Hex8924A4104E02411f4027
Octal211442442011604443710047
Binary100010011001001010010010000100111001001001000111111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8924A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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