Html Css Color HEX #99427C Medium Red Violet

📋 copy color: '#99427C'

red 153 ◦ green 66 ◦ blue 124

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

Shades of Medium Red Violet #99427C

Tints of Medium Red Violet #99427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 44.61%
G = 19.24%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99427C (or 0x99427C) is known color: Medium Red Violet. HEX triplet: 99, 42 and 7C. RGB value is (153,66,124). Sum of RGB (Red+Green+Blue) = 153+66+124=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427C is #66BD83. Grayscale: #626262. Windows color (decimal): -6733188 or 8143513. OLE color: 8143513.

HSL color Cylindrical-coordinate representation of color #99427C: hue angle of 320º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99427C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 124 -
CMYK 0 0.57 0.19 0.4
HSL 320º 0.4% 0.43% -
HSV(B) 320º 0.57% 0.6% -
XYZ 18.72 12.12 20.42 -
YUV 98.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 153 66 124 0 0.57 0.19 0.4 320 0.4 0.43
Hex 99 42 7C 0 39 13 28 140 28 2B
Octal 231 102 174 0 71 23 50 500 50 53
Binary 10011001 1000010 1111100 0 111001 10011 101000 101000000 101000 101011

Color Harmonies of #99427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99427C

Black with #99427C

Text Example


Text Example

White with #99427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99427C; }

 p { color: rgb(153,66,124); }

 H1.HeaderClassName
 {
   color: #99427C;
 }
 .AnyTagClassName
 {
   color: #99427C;
 }
</style>

background-color css

<style>
 a { background-color: #99427C; }

 a { background-color: rgb(153,66,124); }

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

border-color css

<style>
 span { border-color: #99427C; }

 span { border-color: rgb(153,66,124); }

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