#9A509F

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

Shades of Violet Blue #9A509F

Tints of Violet Blue #9A509F

Color information

#9A509F (or 0x9A509F) is unknown color: approx Violet Blue. HEX triplet: 9A, 50 and 9F. RGB value is (154,80,159). Sum of RGB (Red+Green+Blue) = 154+80+159=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A509F is #65AF60. Grayscale: #6E6E6E. Windows color (decimal): -6664033 or 10440858. OLE color: 10440858.

HSL color Cylindrical-coordinate representation of color #9A509F: hue angle of 296.2º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A509F is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15480159-
CMYK0.030.5000.38
HSL296.2º33.05%46.86%-
HSV(B)296.2º49.69%62.35%-
XYZ22.4515.1134.53-
YUV111.13155.02158.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.19%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=39.19%
G=20.36%
B=40.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154801590.030.5000.38296.233.0546.86
Hex9A509F332026128212f
Octal2321202373620464504157
Binary10011010101000010011111111100100100110100101000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,159); }

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

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

 a { background-color: rgb(154,80,159); }

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

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

 span { border-color: rgb(154,80,159); }

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