#9B4095

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

Shades of Violet Blue #9B4095

Tints of Violet Blue #9B4095

Color information

#9B4095 (or 0x9B4095) is unknown color: approx Violet Blue. HEX triplet: 9B, 40 and 95. RGB value is (155,64,149). Sum of RGB (Red+Green+Blue) = 155+64+149=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4095 is #64BF6A. Grayscale: #646464. Windows color (decimal): -6602603 or 9781403. OLE color: 9781403.

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

Color convert

RGB15564149-
CMYK00.590.040.39
HSL303.96º41.55%42.94%-
HSV(B)303.96º58.71%60.78%-
XYZ20.7812.8129.81-
YUV100.9155.15166.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=42.12%
G=17.39%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556414900.590.040.39303.9641.5542.94
Hex9B409503B4271302a2b
Octal2331002250734474605253
Binary100110111000000100101010111011100100111100110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,149); }

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

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

 a { background-color: rgb(155,64,149); }

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

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

 span { border-color: rgb(155,64,149); }

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