#9130AB

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

Shades of Vivid Violet #9130AB

Tints of Vivid Violet #9130AB

Color information

#9130AB (or 0x9130AB) is unknown color: approx Vivid Violet. HEX triplet: 91, 30 and AB. RGB value is (145,48,171). Sum of RGB (Red+Green+Blue) = 145+48+171=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #9130AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9130AB is #6ECF54. Grayscale: #5A5A5A. Windows color (decimal): -7262037 or 11219089. OLE color: 11219089.

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

Color convert

RGB14548171-
CMYK0.150.7200.33
HSL287.32º56.16%42.94%-
HSV(B)287.32º71.93%67.06%-
XYZ20.0811.0739.61-
YUV91.02173.14166.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 48 (19.14% from 255) = 13.19%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=39.84%
G=13.19%
B=46.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145481710.150.7200.33287.3256.1642.94
Hex9130ABF4802111f382b
Octal22160253171100414377053
Binary1001000111000010101011111110010000100001100011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9130AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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