#9B4288

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

Shades of Medium Red Violet #9B4288

Tints of Medium Red Violet #9B4288

Color information

#9B4288 (or 0x9B4288) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 42 and 88. RGB value is (155,66,136). Sum of RGB (Red+Green+Blue) = 155+66+136=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4288 is #64BD77. Grayscale: #646464. Windows color (decimal): -6602104 or 8929947. OLE color: 8929947.

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

Color convert

RGB15566136-
CMYK00.570.120.39
HSL312.81º40.27%43.33%-
HSV(B)312.81º57.42%60.78%-
XYZ19.9112.6424.68-
YUV100.59147.99166.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=43.42%
G=18.49%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556613600.570.120.39312.8140.2743.33
Hex9B4288039C27139282b
Octal23310221007114474715053
Binary1001101110000101000100001110011100100111100111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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