Html Css Color HEX #994879 Royal Heath

📋 copy color: '#994879'

red 153 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #994879

Tints of Royal Heath #994879

RGB

 RED value IS 153 (60.16% from 255) = 44.22%

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 44.22%
G = 20.81%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#994879 (or 0x994879) is known color: Royal Heath. HEX triplet: 99, 48 and 79. RGB value is (153,72,121). Sum of RGB (Red+Green+Blue) = 153+72+121=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #994879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994879 is #66B786. Grayscale: #656565. Windows color (decimal): -6731655 or 7948441. OLE color: 7948441.

HSL color Cylindrical-coordinate representation of color #994879: hue angle of 323.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994879 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 72 121 -
CMYK 0 0.53 0.21 0.4
HSL 323.7º 0.36% 0.44% -
HSV(B) 323.7º 0.53% 0.6% -
XYZ 18.91 12.79 19.56 -
YUV 101.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 153 72 121 0 0.53 0.21 0.4 323.7 0.36 0.44
Hex 99 48 79 0 35 15 28 144 24 2C
Octal 231 110 171 0 65 25 50 504 44 54
Binary 10011001 1001000 1111001 0 110101 10101 101000 101000100 100100 101100

Color Harmonies of #994879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994879

Black with #994879

Text Example


Text Example

White with #994879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994879; }

 p { color: rgb(153,72,121); }

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

background-color css

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

 a { background-color: rgb(153,72,121); }

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

border-color css

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

 span { border-color: rgb(153,72,121); }

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