#9A518C

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

Shades of Violet Blue #9A518C

Tints of Violet Blue #9A518C

Color information

#9A518C (or 0x9A518C) is unknown color: approx Violet Blue. HEX triplet: 9A, 51 and 8C. RGB value is (154,81,140). Sum of RGB (Red+Green+Blue) = 154+81+140=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A518C is #65AE73. Grayscale: #6D6D6D. Windows color (decimal): -6663796 or 9195930. OLE color: 9195930.

HSL color Cylindrical-coordinate representation of color #9A518C: hue angle of 311.51º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A518C is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15481140-
CMYK00.470.090.40
HSL311.51º31.06%46.08%-
HSV(B)311.51º47.4%60.39%-
XYZ2114.6526.53-
YUV109.55145.18159.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=41.07%
G=21.6%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548114000.470.090.40311.5131.0646.08
Hex9A518C02F9281381f2e
Octal23212121405711504703756
Binary100110101010001100011000101111100110100010011100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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