#9B4D93

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

Shades of Violet Blue #9B4D93

Tints of Violet Blue #9B4D93

Color information

#9B4D93 (or 0x9B4D93) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 93. RGB value is (155,77,147). Sum of RGB (Red+Green+Blue) = 155+77+147=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D93 is #64B26C. Grayscale: #6C6C6C. Windows color (decimal): -6599277 or 9653659. OLE color: 9653659.

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

Color convert

RGB15577147-
CMYK00.500.050.39
HSL306.15º33.62%45.49%-
HSV(B)306.15º50.32%60.78%-
XYZ21.4414.3829.25-
YUV108.3149.84161.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=40.90%
G=20.32%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557714700.500.050.39306.1533.6245.49
Hex9B4D93032527132222d
Octal2331152230625474624255
Binary100110111001101100100110110010101100111100110010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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