Html Css Color HEX #9D5078 Royal Heath

📋 copy color: '#9D5078'

red 157 ◦ green 80 ◦ blue 120

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

Shades of Royal Heath #9D5078

Tints of Royal Heath #9D5078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 43.98%
G = 22.41%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D5078 (or 0x9D5078) is known color: Royal Heath. HEX triplet: 9D, 50 and 78. RGB value is (157,80,120). Sum of RGB (Red+Green+Blue) = 157+80+120=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5078 is #62AF87. Grayscale: #6B6B6B. Windows color (decimal): -6467464 or 7884957. OLE color: 7884957.

HSL color Cylindrical-coordinate representation of color #9D5078: hue angle of 328.83º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5078 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 80 120 -
CMYK 0 0.49 0.24 0.38
HSL 328.83º 0.32% 0.46% -
HSV(B) 328.83º 0.49% 0.62% -
XYZ 20.16 14.26 19.46 -
YUV 107.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 157 80 120 0 0.49 0.24 0.38 328.83 0.32 0.46
Hex 9D 50 78 0 31 18 26 149 20 2E
Octal 235 120 170 0 61 30 46 511 40 56
Binary 10011101 1010000 1111000 0 110001 11000 100110 101001001 100000 101110

Color Harmonies of #9D5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5078

Black with #9D5078

Text Example


Text Example

White with #9D5078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,120); }

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

background-color css

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

 a { background-color: rgb(157,80,120); }

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

border-color css

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

 span { border-color: rgb(157,80,120); }

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