#99417B

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

Shades of Medium Red Violet #99417B

Tints of Medium Red Violet #99417B

Color information

#99417B (or 0x99417B) is unknown color: approx Medium Red Violet. HEX triplet: 99, 41 and 7B. RGB value is (153,65,123). Sum of RGB (Red+Green+Blue) = 153+65+123=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99417B is #66BE84. Grayscale: #616161. Windows color (decimal): -6733445 or 8077721. OLE color: 8077721.

HSL color Cylindrical-coordinate representation of color #99417B: hue angle of 320.45º degrees, saturation: 0.4, 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 #99417B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15365123-
CMYK00.580.200.4
HSL320.45º40.37%42.75%-
HSV(B)320.45º57.52%60%-
XYZ18.611.9820.07-
YUV97.92142.15167.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=44.87%
G=19.06%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536512300.580.200.4320.4540.3742.75
Hex99417B03A1428140282b
Octal23110117307224505005053
Binary1001100110000011111011011101010100101000101000000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99417B; }

 p { color: rgb(153,65,123); }

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

<style>
 a { background-color: #99417B; }

 a { background-color: rgb(153,65,123); }

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

<style>
 span { border-color: #99417B; }

 span { border-color: rgb(153,65,123); }

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