Html Css Color HEX #9F4780 Royal Heath

📋 copy color: '#9F4780'

red 159 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #9F4780

Tints of Royal Heath #9F4780

RGB

 RED value IS 159 (62.5% from 255) = 44.41%

 GREEN value IS 71 (28.13% from 255) = 19.83%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 44.41%
G = 19.83%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F4780 (or 0x9F4780) is known color: Royal Heath. HEX triplet: 9F, 47 and 80. RGB value is (159,71,128). Sum of RGB (Red+Green+Blue) = 159+71+128=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4780 is #60B87F. Grayscale: #676767. Windows color (decimal): -6338688 or 8406943. OLE color: 8406943.

HSL color Cylindrical-coordinate representation of color #9F4780: hue angle of 321.14º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4780 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 71 128 -
CMYK 0 0.55 0.19 0.38
HSL 321.14º 0.38% 0.45% -
HSV(B) 321.14º 0.55% 0.62% -
XYZ 20.45 13.44 21.94 -
YUV 103.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 159 71 128 0 0.55 0.19 0.38 321.14 0.38 0.45
Hex 9F 47 80 0 37 13 26 141 26 2D
Octal 237 107 200 0 67 23 46 501 46 55
Binary 10011111 1000111 10000000 0 110111 10011 100110 101000001 100110 101101

Color Harmonies of #9F4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4780

Black with #9F4780

Text Example


Text Example

White with #9F4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4780; }

 p { color: rgb(159,71,128); }

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

background-color css

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

 a { background-color: rgb(159,71,128); }

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

border-color css

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

 span { border-color: rgb(159,71,128); }

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