Html Css Color HEX #983F79 Rouge

📋 copy color: '#983F79'

red 152 ◦ green 63 ◦ blue 121

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

Shades of Rouge #983F79

Tints of Rouge #983F79

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 45.24%
G = 18.75%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#983F79 (or 0x983F79) is known color: Rouge. HEX triplet: 98, 3F and 79. RGB value is (152,63,121). Sum of RGB (Red+Green+Blue) = 152+63+121=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #983F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F79 is #67C086. Grayscale: #606060. Windows color (decimal): -6799495 or 7946136. OLE color: 7946136.

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

Color convert

RGB 152 63 121 -
CMYK 0 0.59 0.20 0.40
HSL 320.9º 0.41% 0.42% -
HSV(B) 320.9º 0.59% 0.6% -
XYZ 18.18 11.61 19.37 -
YUV 96.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 152 63 121 0 0.59 0.20 0.40 320.9 0.41 0.42
Hex 98 3F 79 0 3B 14 28 141 29 2A
Octal 230 77 171 0 73 24 50 501 51 52
Binary 10011000 111111 1111001 0 111011 10100 101000 101000001 101001 101010

Color Harmonies of #983F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F79

Black with #983F79

Text Example


Text Example

White with #983F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983F79; }

 p { color: rgb(152,63,121); }

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

background-color css

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

 a { background-color: rgb(152,63,121); }

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

border-color css

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

 span { border-color: rgb(152,63,121); }

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