Html Css Color HEX #9D467F Royal Heath

📋 copy color: '#9D467F'

red 157 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #9D467F

Tints of Royal Heath #9D467F

RGB

 RED value IS 157 (61.72% from 255) = 44.35%

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

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

R = 44.35%
G = 19.77%
B = 35.88%

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

#9D467F (or 0x9D467F) is known color: Royal Heath. HEX triplet: 9D, 46 and 7F. RGB value is (157,70,127). Sum of RGB (Red+Green+Blue) = 157+70+127=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D467F is #62B980. Grayscale: #666666. Windows color (decimal): -6470017 or 8341149. OLE color: 8341149.

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

Color convert

RGB 157 70 127 -
CMYK 0 0.55 0.19 0.38
HSL 320.69º 0.38% 0.45% -
HSV(B) 320.69º 0.55% 0.62% -
XYZ 19.93 13.08 21.55 -
YUV 102.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 157 70 127 0 0.55 0.19 0.38 320.69 0.38 0.45
Hex 9D 46 7F 0 37 13 26 141 26 2D
Octal 235 106 177 0 67 23 46 501 46 55
Binary 10011101 1000110 1111111 0 110111 10011 100110 101000001 100110 101101

Color Harmonies of #9D467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D467F

Black with #9D467F

Text Example


Text Example

White with #9D467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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