Html Css Color HEX #9F467F Royal Heath

📋 copy color: '#9F467F'

red 159 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #9F467F

Tints of Royal Heath #9F467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 44.66%
G = 19.66%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F467F (or 0x9F467F) is known color: Royal Heath. HEX triplet: 9F, 46 and 7F. RGB value is (159,70,127). Sum of RGB (Red+Green+Blue) = 159+70+127=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F467F is #60B980. Grayscale: #666666. Windows color (decimal): -6338945 or 8341151. OLE color: 8341151.

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

Color convert

RGB 159 70 127 -
CMYK 0 0.56 0.20 0.38
HSL 321.57º 0.39% 0.45% -
HSV(B) 321.57º 0.56% 0.62% -
XYZ 20.32 13.28 21.57 -
YUV 103.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 159 70 127 0 0.56 0.20 0.38 321.57 0.39 0.45
Hex 9F 46 7F 0 38 14 26 142 27 2D
Octal 237 106 177 0 70 24 46 502 47 55
Binary 10011111 1000110 1111111 0 111000 10100 100110 101000010 100111 101101

Color Harmonies of #9F467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F467F

Black with #9F467F

Text Example


Text Example

White with #9F467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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