#9B4A9A

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

Shades of Violet Blue #9B4A9A

Tints of Violet Blue #9B4A9A

Color information

#9B4A9A (or 0x9B4A9A) is unknown color: approx Violet Blue. HEX triplet: 9B, 4A and 9A. RGB value is (155,74,154). Sum of RGB (Red+Green+Blue) = 155+74+154=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4A9A is #64B565. Grayscale: #6B6B6B. Windows color (decimal): -6600038 or 10111643. OLE color: 10111643.

HSL color Cylindrical-coordinate representation of color #9B4A9A: hue angle of 300.74º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A9A is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15574154-
CMYK00.520.010.39
HSL300.74º35.37%44.9%-
HSV(B)300.74º52.26%60.78%-
XYZ21.814.232.16-
YUV107.34154.34162-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=40.47%
G=19.32%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557415400.520.010.39300.7435.3744.9
Hex9B4A9A03412712d232d
Octal2331122320641474554355
Binary1001101110010101001101001101001100111100101101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,74,154); }

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

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

 a { background-color: rgb(155,74,154); }

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

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

 span { border-color: rgb(155,74,154); }

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