Html Css Color HEX #9F4881 Royal Heath

📋 copy color: '#9F4881'

red 159 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #9F4881

Tints of Royal Heath #9F4881

RGB

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

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

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

R = 44.17%
G = 20%
B = 35.83%

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

#9F4881 (or 0x9F4881) is known color: Royal Heath. HEX triplet: 9F, 48 and 81. RGB value is (159,72,129). Sum of RGB (Red+Green+Blue) = 159+72+129=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4881 is #60B77E. Grayscale: #686868. Windows color (decimal): -6338431 or 8472735. OLE color: 8472735.

HSL color Cylindrical-coordinate representation of color #9F4881: hue angle of 320.69º 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 #9F4881 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 72 129 -
CMYK 0 0.55 0.19 0.38
HSL 320.69º 0.38% 0.45% -
HSV(B) 320.69º 0.55% 0.62% -
XYZ 20.58 13.59 22.31 -
YUV 104.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 159 72 129 0 0.55 0.19 0.38 320.69 0.38 0.45
Hex 9F 48 81 0 37 13 26 141 26 2D
Octal 237 110 201 0 67 23 46 501 46 55
Binary 10011111 1001000 10000001 0 110111 10011 100110 101000001 100110 101101

Color Harmonies of #9F4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4881

Black with #9F4881

Text Example


Text Example

White with #9F4881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,72,129); }

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

background-color css

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

 a { background-color: rgb(159,72,129); }

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

border-color css

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

 span { border-color: rgb(159,72,129); }

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