Html Css Color HEX #984381 Medium Red Violet

📋 copy color: '#984381'

red 152 ◦ green 67 ◦ blue 129

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

Shades of Medium Red Violet #984381

Tints of Medium Red Violet #984381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 43.68%
G = 19.25%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#984381 (or 0x984381) is known color: Medium Red Violet. HEX triplet: 98, 43 and 81. RGB value is (152,67,129). Sum of RGB (Red+Green+Blue) = 152+67+129=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #984381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984381 is #67BC7E. Grayscale: #636363. Windows color (decimal): -6798463 or 8471448. OLE color: 8471448.

HSL color Cylindrical-coordinate representation of color #984381: hue angle of 316.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984381 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 129 -
CMYK 0 0.56 0.15 0.40
HSL 316.24º 0.39% 0.43% -
HSV(B) 316.24º 0.56% 0.6% -
XYZ 18.92 12.27 22.14 -
YUV 99.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 152 67 129 0 0.56 0.15 0.40 316.24 0.39 0.43
Hex 98 43 81 0 38 F 28 13C 27 2B
Octal 230 103 201 0 70 17 50 474 47 53
Binary 10011000 1000011 10000001 0 111000 1111 101000 100111100 100111 101011

Color Harmonies of #984381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984381

Black with #984381

Text Example


Text Example

White with #984381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984381; }

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

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

background-color css

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

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

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

border-color css

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

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

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