#9B4283

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

Shades of Medium Red Violet #9B4283

Tints of Medium Red Violet #9B4283

Color information

#9B4283 (or 0x9B4283) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 42 and 83. RGB value is (155,66,131). Sum of RGB (Red+Green+Blue) = 155+66+131=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4283 is #64BD7C. Grayscale: #636363. Windows color (decimal): -6602109 or 8602267. OLE color: 8602267.

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

Color convert

RGB15566131-
CMYK00.570.150.39
HSL316.18º40.27%43.33%-
HSV(B)316.18º57.42%60.78%-
XYZ19.5612.522.86-
YUV100.02145.49167.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=44.03%
G=18.75%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556613100.570.150.39316.1840.2743.33
Hex9B4283039F2713c282b
Octal23310220307117474745053
Binary1001101110000101000001101110011111100111100111100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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