#9B5A96

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

Shades of Violet Blue #9B5A96

Tints of Violet Blue #9B5A96

Color information

#9B5A96 (or 0x9B5A96) is unknown color: approx Violet Blue. HEX triplet: 9B, 5A and 96. RGB value is (155,90,150). Sum of RGB (Red+Green+Blue) = 155+90+150=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A96 is #64A569. Grayscale: #747474. Windows color (decimal): -6595946 or 9853595. OLE color: 9853595.

HSL color Cylindrical-coordinate representation of color #9B5A96: hue angle of 304.62º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A96 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15590150-
CMYK00.420.030.39
HSL304.62º26.53%48.04%-
HSV(B)304.62º41.94%60.78%-
XYZ22.6816.4830.84-
YUV116.28147.03155.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=39.24%
G=22.78%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559015000.420.030.39304.6226.5348.04
Hex9B5A9602A3271311b30
Octal2331322260523474613360
Binary1001101110110101001011001010101110011110011000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,150); }

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

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

 a { background-color: rgb(155,90,150); }

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

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

 span { border-color: rgb(155,90,150); }

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