#9A519B

Color #9A519B Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9A519B

Tints of Violet Blue #9A519B

Color information

#9A519B (or 0x9A519B) is unknown color: approx Violet Blue. HEX triplet: 9A, 51 and 9B. RGB value is (154,81,155). Sum of RGB (Red+Green+Blue) = 154+81+155=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A519B is #65AE64. Grayscale: #6F6F6F. Windows color (decimal): -6663781 or 10178970. OLE color: 10178970.

HSL color Cylindrical-coordinate representation of color #9A519B: hue angle of 299.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A519B is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15481155-
CMYK0.010.4800.39
HSL299.19º31.36%46.27%-
HSV(B)299.19º47.74%60.78%-
XYZ22.1915.1232.76-
YUV111.26152.68158.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=39.49%
G=20.77%
B=39.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154811550.010.4800.39299.1931.3646.27
Hex9A519B13002712b1f2e
Octal2321212331600474533756
Binary100110101010001100110111110000010011110010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A519B; }

 p { color: rgb(154,81,155); }

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

<style>
 a { background-color: #9A519B; }

 a { background-color: rgb(154,81,155); }

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

<style>
 span { border-color: #9A519B; }

 span { border-color: rgb(154,81,155); }

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