#9A417C

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

Shades of Medium Red Violet #9A417C

Tints of Medium Red Violet #9A417C

Color information

#9A417C (or 0x9A417C) is unknown color: approx Medium Red Violet. HEX triplet: 9A, 41 and 7C. RGB value is (154,65,124). Sum of RGB (Red+Green+Blue) = 154+65+124=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A417C is #65BE83. Grayscale: #626262. Windows color (decimal): -6667908 or 8143258. OLE color: 8143258.

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

Color convert

RGB15465124-
CMYK00.580.190.40
HSL320.22º40.64%42.94%-
HSV(B)320.22º57.79%60.39%-
XYZ18.8512.1120.41-
YUV98.34142.49167.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=44.90%
G=18.95%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546512400.580.190.40320.2240.6442.94
Hex9A417C03A1328140292b
Octal23210117407223505005153
Binary1001101010000011111100011101010011101000101000000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,65,124); }

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

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

 a { background-color: rgb(154,65,124); }

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

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

 span { border-color: rgb(154,65,124); }

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