#9120AB

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

Shades of Vivid Violet #9120AB

Tints of Vivid Violet #9120AB

Color information

#9120AB (or 0x9120AB) is unknown color: approx Vivid Violet. HEX triplet: 91, 20 and AB. RGB value is (145,32,171). Sum of RGB (Red+Green+Blue) = 145+32+171=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9120AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9120AB is #6EDF54. Grayscale: #515151. Windows color (decimal): -7266133 or 11214993. OLE color: 11214993.

HSL color Cylindrical-coordinate representation of color #9120AB: hue angle of 288.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9120AB is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14532171-
CMYK0.150.8100.33
HSL288.78º68.47%39.8%-
HSV(B)288.78º81.29%67.06%-
XYZ19.549.9939.43-
YUV81.63178.44173.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 9.20%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=41.67%
G=9.20%
B=49.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145321710.150.8100.33288.7868.4739.8
Hex9120ABF510211214428
Octal221402531712104144110450
Binary10010001100000101010111111101000101000011001000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9120AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9120AB; }

 p { color: rgb(145,32,171); }

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

<style>
 a { background-color: #9120AB; }

 a { background-color: rgb(145,32,171); }

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

<style>
 span { border-color: #9120AB; }

 span { border-color: rgb(145,32,171); }

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