#9b4c93

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

Shades of Violet Blue #9B4C93

Tints of Violet Blue #9B4C93

Color information

#9B4C93 (or 0x9B4C93) is unknown color: approx Violet Blue. HEX triplet: 9B, 4C and 93. RGB value is (155,76,147). Sum of RGB (Red+Green+Blue) = 155+76+147=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4C93 is #64B36C. Grayscale: #6B6B6B. Windows color (decimal): -6599533 or 9653403. OLE color: 9653403.

HSL color Cylindrical-coordinate representation of color #9B4C93: hue angle of 306.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B4C93 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15576147-
CMYK00.510.050.39
HSL306.08º34.2%45.29%-
HSV(B)306.08º50.97%60.78%-
XYZ21.3714.2429.23-
YUV107.71150.17161.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=41.01%
G=20.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557614700.510.050.39306.0834.245.29
Hex9B4C93033527132222d
Octal2331142230635474624255
Binary100110111001100100100110110011101100111100110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4c93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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