#9B4093

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

Shades of Violet Blue #9B4093

Tints of Violet Blue #9B4093

Color information

#9B4093 (or 0x9B4093) is unknown color: approx Violet Blue. HEX triplet: 9B, 40 and 93. RGB value is (155,64,147). Sum of RGB (Red+Green+Blue) = 155+64+147=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4093 is #64BF6C. Grayscale: #646464. Windows color (decimal): -6602605 or 9650331. OLE color: 9650331.

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

Color convert

RGB15564147-
CMYK00.590.050.39
HSL305.27º41.55%42.94%-
HSV(B)305.27º58.71%60.78%-
XYZ20.6212.7428.98-
YUV100.67154.15166.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=42.35%
G=17.49%
B=40.16%

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
Decimal1556414700.590.050.39305.2741.5542.94
Hex9B409303B5271312a2b
Octal2331002230735474615253
Binary100110111000000100100110111011101100111100110001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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