Html Css Color HEX #99407E Medium Red Violet

📋 copy color: '#99407E'

red 153 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #99407E

Tints of Medium Red Violet #99407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 44.61%
G = 18.66%
B = 36.73%

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

#99407E (or 0x99407E) is known color: Medium Red Violet. HEX triplet: 99, 40 and 7E. RGB value is (153,64,126). Sum of RGB (Red+Green+Blue) = 153+64+126=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99407E is #66BF81. Grayscale: #616161. Windows color (decimal): -6733698 or 8274073. OLE color: 8274073.

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

Color convert

RGB 153 64 126 -
CMYK 0 0.58 0.18 0.4
HSL 318.2º 0.41% 0.43% -
HSV(B) 318.2º 0.58% 0.6% -
XYZ 18.74 11.95 21.06 -
YUV 97.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 153 64 126 0 0.58 0.18 0.4 318.2 0.41 0.43
Hex 99 40 7E 0 3A 12 28 13E 29 2B
Octal 231 100 176 0 72 22 50 476 51 53
Binary 10011001 1000000 1111110 0 111010 10010 101000 100111110 101001 101011

Color Harmonies of #99407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99407E

Black with #99407E

Text Example


Text Example

White with #99407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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