#9B417D

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

Shades of Medium Red Violet #9B417D

Tints of Medium Red Violet #9B417D

Color information

#9B417D (or 0x9B417D) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 41 and 7D. RGB value is (155,65,125). Sum of RGB (Red+Green+Blue) = 155+65+125=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B417D is #64BE82. Grayscale: #626262. Windows color (decimal): -6602371 or 8208795. OLE color: 8208795.

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

Color convert

RGB15565125-
CMYK00.580.190.39
HSL320º40.91%43.14%-
HSV(B)320º58.06%60.78%-
XYZ19.1112.2320.76-
YUV98.75142.82168.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=44.93%
G=18.84%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556512500.580.190.3932040.9143.14
Hex9B417D03A1327140292b
Octal23310117507223475005153
Binary1001101110000011111101011101010011100111101000000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,125); }

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

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

 a { background-color: rgb(155,65,125); }

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

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

 span { border-color: rgb(155,65,125); }

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