#9B4088

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

Shades of Medium Red Violet #9B4088

Tints of Medium Red Violet #9B4088

Color information

#9B4088 (or 0x9B4088) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 40 and 88. RGB value is (155,64,136). Sum of RGB (Red+Green+Blue) = 155+64+136=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4088 is #64BF77. Grayscale: #636363. Windows color (decimal): -6602616 or 8929435. OLE color: 8929435.

HSL color Cylindrical-coordinate representation of color #9B4088: hue angle of 312.53º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4088 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15564136-
CMYK00.590.120.39
HSL312.53º41.55%42.94%-
HSV(B)312.53º58.71%60.78%-
XYZ19.7912.4124.65-
YUV99.42148.65167.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=43.66%
G=18.03%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556413600.590.120.39312.5341.5542.94
Hex9B408803BC271392a2b
Octal23310021007314474715253
Binary1001101110000001000100001110111100100111100111001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,136); }

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

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

 a { background-color: rgb(155,64,136); }

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

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

 span { border-color: rgb(155,64,136); }

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