Html Css Color HEX #98447F Medium Red Violet

📋 copy color: '#98447F'

red 152 ◦ green 68 ◦ blue 127

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

Shades of Medium Red Violet #98447F

Tints of Medium Red Violet #98447F

RGB

 RED value IS 152 (59.77% from 255) = 43.8%

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 43.8%
G = 19.6%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98447F (or 0x98447F) is known color: Medium Red Violet. HEX triplet: 98, 44 and 7F. RGB value is (152,68,127). Sum of RGB (Red+Green+Blue) = 152+68+127=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98447F is #67BB80. Grayscale: #636363. Windows color (decimal): -6798209 or 8340632. OLE color: 8340632.

HSL color Cylindrical-coordinate representation of color #98447F: hue angle of 317.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98447F is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 127 -
CMYK 0 0.55 0.16 0.40
HSL 317.86º 0.38% 0.43% -
HSV(B) 317.86º 0.55% 0.6% -
XYZ 18.85 12.34 21.47 -
YUV 99.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 152 68 127 0 0.55 0.16 0.40 317.86 0.38 0.43
Hex 98 44 7F 0 37 10 28 13E 26 2B
Octal 230 104 177 0 67 20 50 476 46 53
Binary 10011000 1000100 1111111 0 110111 10000 101000 100111110 100110 101011

Color Harmonies of #98447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98447F

Black with #98447F

Text Example


Text Example

White with #98447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98447F; }

 p { color: rgb(152,68,127); }

 H1.HeaderClassName
 {
   color: #98447F;
 }
 .AnyTagClassName
 {
   color: #98447F;
 }
</style>

background-color css

<style>
 a { background-color: #98447F; }

 a { background-color: rgb(152,68,127); }

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

border-color css

<style>
 span { border-color: #98447F; }

 span { border-color: rgb(152,68,127); }

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