Html Css Color HEX #9F427C Royal Heath

📋 copy color: '#9F427C'

red 159 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #9F427C

Tints of Royal Heath #9F427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 45.56%
G = 18.91%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F427C (or 0x9F427C) is known color: Royal Heath. HEX triplet: 9F, 42 and 7C. RGB value is (159,66,124). Sum of RGB (Red+Green+Blue) = 159+66+124=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F427C is #60BD83. Grayscale: #646464. Windows color (decimal): -6339972 or 8143519. OLE color: 8143519.

HSL color Cylindrical-coordinate representation of color #9F427C: hue angle of 322.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F427C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 66 124 -
CMYK 0 0.58 0.22 0.38
HSL 322.58º 0.41% 0.44% -
HSV(B) 322.58º 0.58% 0.62% -
XYZ 19.88 12.72 20.48 -
YUV 100.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 159 66 124 0 0.58 0.22 0.38 322.58 0.41 0.44
Hex 9F 42 7C 0 3A 16 26 143 29 2C
Octal 237 102 174 0 72 26 46 503 51 54
Binary 10011111 1000010 1111100 0 111010 10110 100110 101000011 101001 101100

Color Harmonies of #9F427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F427C

Black with #9F427C

Text Example


Text Example

White with #9F427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,124); }

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

background-color css

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

 a { background-color: rgb(159,66,124); }

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

border-color css

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

 span { border-color: rgb(159,66,124); }

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