#9B5F90

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

Shades of Violet Blue #9B5F90

Tints of Violet Blue #9B5F90

Color information

#9B5F90 (or 0x9B5F90) is unknown color: approx Violet Blue. HEX triplet: 9B, 5F and 90. RGB value is (155,95,144). Sum of RGB (Red+Green+Blue) = 155+95+144=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5F90 is #64A06F. Grayscale: #767676. Windows color (decimal): -6594672 or 9461659. OLE color: 9461659.

HSL color Cylindrical-coordinate representation of color #9B5F90: hue angle of 311º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5F90 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15595144-
CMYK00.390.070.39
HSL311º24%49.02%-
HSV(B)311º38.71%60.78%-
XYZ22.6417.1728.51-
YUV118.53142.38154.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=39.34%
G=24.11%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559514400.390.070.393112449.02
Hex9B5F900277271371831
Octal2331372200477474673061
Binary10011011101111110010000010011111110011110011011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,144); }

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

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

 a { background-color: rgb(155,95,144); }

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

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

 span { border-color: rgb(155,95,144); }

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