Html Css Color HEX #984081 Medium Red Violet

📋 copy color: '#984081'

red 152 ◦ green 64 ◦ blue 129

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

Shades of Medium Red Violet #984081

Tints of Medium Red Violet #984081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 44.06%
G = 18.55%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#984081 (or 0x984081) is known color: Medium Red Violet. HEX triplet: 98, 40 and 81. RGB value is (152,64,129). Sum of RGB (Red+Green+Blue) = 152+64+129=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #984081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984081 is #67BF7E. Grayscale: #616161. Windows color (decimal): -6799231 or 8470680. OLE color: 8470680.

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

Color convert

RGB 152 64 129 -
CMYK 0 0.58 0.15 0.40
HSL 315.68º 0.41% 0.42% -
HSV(B) 315.68º 0.58% 0.6% -
XYZ 18.74 11.93 22.08 -
YUV 97.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 152 64 129 0 0.58 0.15 0.40 315.68 0.41 0.42
Hex 98 40 81 0 3A F 28 13C 29 2A
Octal 230 100 201 0 72 17 50 474 51 52
Binary 10011000 1000000 10000001 0 111010 1111 101000 100111100 101001 101010

Color Harmonies of #984081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984081

Black with #984081

Text Example


Text Example

White with #984081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984081; }

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

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

background-color css

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

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

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

border-color css

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

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

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