#9B4D90

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

Shades of Violet Blue #9B4D90

Tints of Violet Blue #9B4D90

Color information

#9B4D90 (or 0x9B4D90) is unknown color: approx Violet Blue. HEX triplet: 9B, 4D and 90. RGB value is (155,77,144). Sum of RGB (Red+Green+Blue) = 155+77+144=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4D90 is #64B26F. Grayscale: #6B6B6B. Windows color (decimal): -6599280 or 9457051. OLE color: 9457051.

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

Color convert

RGB15577144-
CMYK00.500.070.39
HSL308.46º33.62%45.49%-
HSV(B)308.46º50.32%60.78%-
XYZ21.2114.2928.03-
YUV107.96148.34161.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=41.22%
G=20.48%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557714400.500.070.39308.4633.6245.49
Hex9B4D90032727134222d
Octal2331152200627474644255
Binary100110111001101100100000110010111100111100110100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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