#9124AA

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

Shades of Vivid Violet #9124AA

Tints of Vivid Violet #9124AA

Color information

#9124AA (or 0x9124AA) is unknown color: approx Vivid Violet. HEX triplet: 91, 24 and AA. RGB value is (145,36,170). Sum of RGB (Red+Green+Blue) = 145+36+170=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #9124AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9124AA is #6EDB55. Grayscale: #535353. Windows color (decimal): -7265110 or 11150481. OLE color: 11150481.

HSL color Cylindrical-coordinate representation of color #9124AA: hue angle of 288.81º 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 #9124AA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14536170-
CMYK0.150.7900.33
HSL288.81º65.05%40.39%-
HSV(B)288.81º78.82%66.67%-
XYZ19.5610.1838.96-
YUV83.87176.61171.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 36 (14.45% from 255) = 10.26%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=41.31%
G=10.26%
B=48.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145361700.150.7900.33288.8165.0540.39
Hex9124AAF4F0211214128
Octal221442521711704144110150
Binary10010001100100101010101111100111101000011001000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9124AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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