#9A4B8B

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

Shades of Violet Blue #9A4B8B

Tints of Violet Blue #9A4B8B

Color information

#9A4B8B (or 0x9A4B8B) is unknown color: approx Violet Blue. HEX triplet: 9A, 4B and 8B. RGB value is (154,75,139). Sum of RGB (Red+Green+Blue) = 154+75+139=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4B8B is #65B474. Grayscale: #696969. Windows color (decimal): -6665333 or 9128858. OLE color: 9128858.

HSL color Cylindrical-coordinate representation of color #9A4B8B: hue angle of 311.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4B8B is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15475139-
CMYK00.510.100.40
HSL311.39º34.5%44.9%-
HSV(B)311.39º51.3%60.39%-
XYZ20.513.7726-
YUV105.92146.67162.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=41.85%
G=20.38%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547513900.510.100.40311.3934.544.9
Hex9A4B8B033A28137222d
Octal23211321306312504674255
Binary1001101010010111000101101100111010101000100110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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