#9B4894

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

Shades of Violet Blue #9B4894

Tints of Violet Blue #9B4894

Color information

#9B4894 (or 0x9B4894) is unknown color: approx Violet Blue. HEX triplet: 9B, 48 and 94. RGB value is (155,72,148). Sum of RGB (Red+Green+Blue) = 155+72+148=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4894 is #64B76B. Grayscale: #696969. Windows color (decimal): -6600556 or 9717915. OLE color: 9717915.

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

Color convert

RGB15572148-
CMYK00.540.050.39
HSL305.06º36.56%44.51%-
HSV(B)305.06º53.55%60.78%-
XYZ21.1813.7429.55-
YUV105.48152163.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=41.33%
G=19.2%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557214800.540.050.39305.0636.5644.51
Hex9B4894036527131252d
Octal2331102240665474614555
Binary100110111001000100101000110110101100111100110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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