#9B5F94

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

Shades of Violet Blue #9B5F94

Tints of Violet Blue #9B5F94

Color information

#9B5F94 (or 0x9B5F94) is unknown color: approx Violet Blue. HEX triplet: 9B, 5F and 94. RGB value is (155,95,148). Sum of RGB (Red+Green+Blue) = 155+95+148=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5F94 is #64A06B. Grayscale: #767676. Windows color (decimal): -6594668 or 9723803. OLE color: 9723803.

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

Color convert

RGB15595148-
CMYK00.390.050.39
HSL307º24%49.02%-
HSV(B)307º38.71%60.78%-
XYZ22.9617.2930.14-
YUV118.98144.38153.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=38.94%
G=23.87%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559514800.390.050.393072449.02
Hex9B5F940275271331831
Octal2331372240475474633061
Binary10011011101111110010100010011110110011110011001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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