Html Css Color HEX #98407D Medium Red Violet

📋 copy color: '#98407D'

red 152 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #98407D

Tints of Medium Red Violet #98407D

RGB

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

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

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

R = 44.57%
G = 18.77%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98407D (or 0x98407D) is known color: Medium Red Violet. HEX triplet: 98, 40 and 7D. RGB value is (152,64,125). Sum of RGB (Red+Green+Blue) = 152+64+125=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98407D is #67BF82. Grayscale: #616161. Windows color (decimal): -6799235 or 8208536. OLE color: 8208536.

HSL color Cylindrical-coordinate representation of color #98407D: hue angle of 318.41º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98407D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 125 -
CMYK 0 0.58 0.18 0.40
HSL 318.41º 0.41% 0.42% -
HSV(B) 318.41º 0.58% 0.6% -
XYZ 18.48 11.82 20.71 -
YUV 97.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 152 64 125 0 0.58 0.18 0.40 318.41 0.41 0.42
Hex 98 40 7D 0 3A 12 28 13E 29 2A
Octal 230 100 175 0 72 22 50 476 51 52
Binary 10011000 1000000 1111101 0 111010 10010 101000 100111110 101001 101010

Color Harmonies of #98407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98407D

Black with #98407D

Text Example


Text Example

White with #98407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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