Html Css Color HEX #9D487E Royal Heath

📋 copy color: '#9D487E'

red 157 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #9D487E

Tints of Royal Heath #9D487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 44.23%
G = 20.28%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D487E (or 0x9D487E) is known color: Royal Heath. HEX triplet: 9D, 48 and 7E. RGB value is (157,72,126). Sum of RGB (Red+Green+Blue) = 157+72+126=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D487E is #62B781. Grayscale: #676767. Windows color (decimal): -6469506 or 8276125. OLE color: 8276125.

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

Color convert

RGB 157 72 126 -
CMYK 0 0.54 0.20 0.38
HSL 321.88º 0.37% 0.45% -
HSV(B) 321.88º 0.54% 0.62% -
XYZ 19.99 13.31 21.25 -
YUV 103.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 157 72 126 0 0.54 0.20 0.38 321.88 0.37 0.45
Hex 9D 48 7E 0 36 14 26 142 25 2D
Octal 235 110 176 0 66 24 46 502 45 55
Binary 10011101 1001000 1111110 0 110110 10100 100110 101000010 100101 101101

Color Harmonies of #9D487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D487E

Black with #9D487E

Text Example


Text Example

White with #9D487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,126); }

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

background-color css

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

 a { background-color: rgb(157,72,126); }

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

border-color css

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

 span { border-color: rgb(157,72,126); }

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