#9A4B9F

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

Shades of Violet Blue #9A4B9F

Tints of Violet Blue #9A4B9F

Color information

#9A4B9F (or 0x9A4B9F) is unknown color: approx Violet Blue. HEX triplet: 9A, 4B and 9F. RGB value is (154,75,159). Sum of RGB (Red+Green+Blue) = 154+75+159=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A4B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4B9F is #65B460. Grayscale: #6B6B6B. Windows color (decimal): -6665313 or 10439578. OLE color: 10439578.

HSL color Cylindrical-coordinate representation of color #9A4B9F: hue angle of 296.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4B9F is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15475159-
CMYK0.030.5300.38
HSL296.43º35.9%45.88%-
HSV(B)296.43º52.83%62.35%-
XYZ22.114.4134.42-
YUV108.2156.67160.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.69%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=39.69%
G=19.33%
B=40.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154751590.030.5300.38296.4335.945.88
Hex9A4B9F335026128242e
Octal2321132373650464504456
Binary10011010100101110011111111101010100110100101000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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