#9B4994

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

Shades of Violet Blue #9B4994

Tints of Violet Blue #9B4994

Color information

#9B4994 (or 0x9B4994) is unknown color: approx Violet Blue. HEX triplet: 9B, 49 and 94. RGB value is (155,73,148). Sum of RGB (Red+Green+Blue) = 155+73+148=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4994 is #64B66B. Grayscale: #696969. Windows color (decimal): -6600300 or 9718171. OLE color: 9718171.

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

Color convert

RGB15573148-
CMYK00.530.050.39
HSL305.12º35.96%44.71%-
HSV(B)305.12º52.9%60.78%-
XYZ21.2513.8729.57-
YUV106.07151.67162.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=41.22%
G=19.41%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557314800.530.050.39305.1235.9644.71
Hex9B4994035527131242d
Octal2331112240655474614455
Binary100110111001001100101000110101101100111100110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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