#9A4BA5

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

Shades of Violet Blue #9A4BA5

Tints of Violet Blue #9A4BA5

Color information

#9A4BA5 (or 0x9A4BA5) is unknown color: approx Violet Blue. HEX triplet: 9A, 4B and A5. RGB value is (154,75,165). Sum of RGB (Red+Green+Blue) = 154+75+165=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A4BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4BA5 is #65B45A. Grayscale: #6C6C6C. Windows color (decimal): -6665307 or 10832794. OLE color: 10832794.

HSL color Cylindrical-coordinate representation of color #9A4BA5: hue angle of 292.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4BA5 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15475165-
CMYK0.070.5500.35
HSL292.67º37.5%47.06%-
HSV(B)292.67º54.55%64.71%-
XYZ22.6314.6237.23-
YUV108.88159.67160.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=39.09%
G=19.04%
B=41.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal154751650.070.5500.35292.6737.547.06
Hex9A4BA5737023125252f
Octal2321132457670434454557
Binary100110101001011101001011111101110100011100100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,165); }

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

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

 a { background-color: rgb(154,75,165); }

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

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

 span { border-color: rgb(154,75,165); }

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