Html Css Color HEX #9F467C Royal Heath

📋 copy color: '#9F467C'

red 159 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #9F467C

Tints of Royal Heath #9F467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.83%

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

R = 45.04%
G = 19.83%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F467C (or 0x9F467C) is known color: Royal Heath. HEX triplet: 9F, 46 and 7C. RGB value is (159,70,124). Sum of RGB (Red+Green+Blue) = 159+70+124=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F467C is #60B983. Grayscale: #666666. Windows color (decimal): -6338948 or 8144543. OLE color: 8144543.

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

Color convert

RGB 159 70 124 -
CMYK 0 0.56 0.22 0.38
HSL 323.6º 0.39% 0.45% -
HSV(B) 323.6º 0.56% 0.62% -
XYZ 20.13 13.21 20.56 -
YUV 102.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 159 70 124 0 0.56 0.22 0.38 323.6 0.39 0.45
Hex 9F 46 7C 0 38 16 26 144 27 2D
Octal 237 106 174 0 70 26 46 504 47 55
Binary 10011111 1000110 1111100 0 111000 10110 100110 101000100 100111 101101

Color Harmonies of #9F467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F467C

Black with #9F467C

Text Example


Text Example

White with #9F467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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