Html Css Color HEX #984482 Medium Red Violet

📋 copy color: '#984482'

red 152 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #984482

Tints of Medium Red Violet #984482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 43.43%
G = 19.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#984482 (or 0x984482) is known color: Medium Red Violet. HEX triplet: 98, 44 and 82. RGB value is (152,68,130). Sum of RGB (Red+Green+Blue) = 152+68+130=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #984482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984482 is #67BB7D. Grayscale: #646464. Windows color (decimal): -6798206 or 8537240. OLE color: 8537240.

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

Color convert

RGB 152 68 130 -
CMYK 0 0.55 0.14 0.40
HSL 315.71º 0.38% 0.43% -
HSV(B) 315.71º 0.55% 0.6% -
XYZ 19.05 12.42 22.51 -
YUV 100.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 152 68 130 0 0.55 0.14 0.40 315.71 0.38 0.43
Hex 98 44 82 0 37 E 28 13C 26 2B
Octal 230 104 202 0 67 16 50 474 46 53
Binary 10011000 1000100 10000010 0 110111 1110 101000 100111100 100110 101011

Color Harmonies of #984482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984482

Black with #984482

Text Example


Text Example

White with #984482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984482; }

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

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

background-color css

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

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

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

border-color css

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

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

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