Html Css Color HEX #98407F Medium Red Violet

📋 copy color: '#98407F'

red 152 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #98407F

Tints of Medium Red Violet #98407F

RGB

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

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

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

R = 44.31%
G = 18.66%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98407F (or 0x98407F) is known color: Medium Red Violet. HEX triplet: 98, 40 and 7F. RGB value is (152,64,127). Sum of RGB (Red+Green+Blue) = 152+64+127=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98407F is #67BF80. Grayscale: #616161. Windows color (decimal): -6799233 or 8339608. OLE color: 8339608.

HSL color Cylindrical-coordinate representation of color #98407F: hue angle of 317.05º 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 #98407F is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 127 -
CMYK 0 0.58 0.16 0.40
HSL 317.05º 0.41% 0.42% -
HSV(B) 317.05º 0.58% 0.6% -
XYZ 18.61 11.87 21.39 -
YUV 97.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 152 64 127 0 0.58 0.16 0.40 317.05 0.41 0.42
Hex 98 40 7F 0 3A 10 28 13D 29 2A
Octal 230 100 177 0 72 20 50 475 51 52
Binary 10011000 1000000 1111111 0 111010 10000 101000 100111101 101001 101010

Color Harmonies of #98407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98407F

Black with #98407F

Text Example


Text Example

White with #98407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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