#9B4B9A

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

Shades of Violet Blue #9B4B9A

Tints of Violet Blue #9B4B9A

Color information

#9B4B9A (or 0x9B4B9A) is unknown color: approx Violet Blue. HEX triplet: 9B, 4B and 9A. RGB value is (155,75,154). Sum of RGB (Red+Green+Blue) = 155+75+154=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4B9A is #64B465. Grayscale: #6B6B6B. Windows color (decimal): -6599782 or 10111899. OLE color: 10111899.

HSL color Cylindrical-coordinate representation of color #9B4B9A: hue angle of 300.75º 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 #9B4B9A is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15575154-
CMYK00.520.010.39
HSL300.75º34.78%45.1%-
HSV(B)300.75º51.61%60.78%-
XYZ21.8714.3332.19-
YUV107.93154161.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=40.36%
G=19.53%
B=40.10%

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
Decimal1557515400.520.010.39300.7534.7845.1
Hex9B4B9A03412712d232d
Octal2331132320641474554355
Binary1001101110010111001101001101001100111100101101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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