#9B4D77

Color #9B4D77 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9B4D77

Tints of Royal Heath #9B4D77

Color information

#9B4D77 (or 0x9B4D77) is unknown color: approx Royal Heath. HEX triplet: 9B, 4D and 77. RGB value is (155,77,119). Sum of RGB (Red+Green+Blue) = 155+77+119=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D77 is #64B288. Grayscale: #696969. Windows color (decimal): -6599305 or 7818651. OLE color: 7818651.

HSL color Cylindrical-coordinate representation of color #9B4D77: hue angle of 327.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D77 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15577119-
CMYK00.500.230.39
HSL327.69º33.62%45.49%-
HSV(B)327.69º50.32%60.78%-
XYZ19.513.6119.05-
YUV105.11135.84163.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.16%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=44.16%
G=21.94%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557711900.500.230.39327.6933.6245.49
Hex9B4D770321727148222d
Octal23311516706227475104255
Binary1001101110011011110111011001010111100111101001000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,119); }

 H1.HeaderClassName
 {
   color: #9B4D77;
 }
 .AnyTagClassName
 {
   color: #9B4D77;
 }
</style>
background-color css

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

 a { background-color: rgb(155,77,119); }

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

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

 span { border-color: rgb(155,77,119); }

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