#9B4094

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

Shades of Violet Blue #9B4094

Tints of Violet Blue #9B4094

Color information

#9B4094 (or 0x9B4094) is unknown color: approx Violet Blue. HEX triplet: 9B, 40 and 94. RGB value is (155,64,148). Sum of RGB (Red+Green+Blue) = 155+64+148=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4094 is #64BF6B. Grayscale: #646464. Windows color (decimal): -6602604 or 9715867. OLE color: 9715867.

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

Color convert

RGB15564148-
CMYK00.590.050.39
HSL304.62º41.55%42.94%-
HSV(B)304.62º58.71%60.78%-
XYZ20.712.7729.39-
YUV100.78154.65166.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=42.23%
G=17.44%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556414800.590.050.39304.6241.5542.94
Hex9B409403B5271312a2b
Octal2331002240735474615253
Binary100110111000000100101000111011101100111100110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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