#9B447E

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

Shades of Medium Red Violet #9B447E

Tints of Medium Red Violet #9B447E

Color information

#9B447E (or 0x9B447E) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 44 and 7E. RGB value is (155,68,126). Sum of RGB (Red+Green+Blue) = 155+68+126=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B447E is #64BB81. Grayscale: #646464. Windows color (decimal): -6601602 or 8275099. OLE color: 8275099.

HSL color Cylindrical-coordinate representation of color #9B447E: hue angle of 320º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B447E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15568126-
CMYK00.560.190.39
HSL320º39.01%43.73%-
HSV(B)320º56.13%60.78%-
XYZ19.3512.6121.15-
YUV100.62142.32166.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=44.41%
G=19.48%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556812600.560.190.3932039.0143.73
Hex9B447E0381327140272c
Octal23310417607023475004754
Binary1001101110001001111110011100010011100111101000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,68,126); }

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

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

 a { background-color: rgb(155,68,126); }

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

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

 span { border-color: rgb(155,68,126); }

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