Html Css Color HEX #99407D Medium Red Violet

📋 copy color: '#99407D'

red 153 ◦ green 64 ◦ blue 125

#99407D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #99407D

Tints of Medium Red Violet #99407D

RGB

 RED value IS 153 (60.16% from 255) = 44.74%

 GREEN value IS 64 (25.39% from 255) = 18.71%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 44.74%
G = 18.71%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99407D (or 0x99407D) is known color: Medium Red Violet. HEX triplet: 99, 40 and 7D. RGB value is (153,64,125). Sum of RGB (Red+Green+Blue) = 153+64+125=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #99407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99407D is #66BF82. Grayscale: #616161. Windows color (decimal): -6733699 or 8208537. OLE color: 8208537.

HSL color Cylindrical-coordinate representation of color #99407D: hue angle of 318.88º 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 #99407D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 64 125 -
CMYK 0 0.58 0.18 0.4
HSL 318.88º 0.41% 0.43% -
HSV(B) 318.88º 0.58% 0.6% -
XYZ 18.67 11.92 20.72 -
YUV 97.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 153 64 125 0 0.58 0.18 0.4 318.88 0.41 0.43
Hex 99 40 7D 0 3A 12 28 13F 29 2B
Octal 231 100 175 0 72 22 50 477 51 53
Binary 10011001 1000000 1111101 0 111010 10010 101000 100111111 101001 101011

Color Harmonies of #99407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99407D

Black with #99407D

Text Example


Text Example

White with #99407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99407D; }

 p { color: rgb(153,64,125); }

 H1.HeaderClassName
 {
   color: #99407D;
 }
 .AnyTagClassName
 {
   color: #99407D;
 }
</style>

background-color css

<style>
 a { background-color: #99407D; }

 a { background-color: rgb(153,64,125); }

 div.DivClassName
 {
   background-color: #99407D;
 }
 .BgClassName
 {
   background-color: #99407D;
 }
</style>

border-color css

<style>
 span { border-color: #99407D; }

 span { border-color: rgb(153,64,125); }

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