Html Css Color HEX #9D467D Royal Heath

📋 copy color: '#9D467D'

red 157 ◦ green 70 ◦ blue 125

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

Shades of Royal Heath #9D467D

Tints of Royal Heath #9D467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 44.6%
G = 19.89%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D467D (or 0x9D467D) is known color: Royal Heath. HEX triplet: 9D, 46 and 7D. RGB value is (157,70,125). Sum of RGB (Red+Green+Blue) = 157+70+125=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D467D is #62B982. Grayscale: #666666. Windows color (decimal): -6470019 or 8210077. OLE color: 8210077.

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

Color convert

RGB 157 70 125 -
CMYK 0 0.55 0.20 0.38
HSL 322.07º 0.38% 0.45% -
HSV(B) 322.07º 0.55% 0.62% -
XYZ 19.8 13.03 20.87 -
YUV 102.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 157 70 125 0 0.55 0.20 0.38 322.07 0.38 0.45
Hex 9D 46 7D 0 37 14 26 142 26 2D
Octal 235 106 175 0 67 24 46 502 46 55
Binary 10011101 1000110 1111101 0 110111 10100 100110 101000010 100110 101101

Color Harmonies of #9D467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D467D

Black with #9D467D

Text Example


Text Example

White with #9D467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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