#9B4878

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

Shades of Royal Heath #9B4878

Tints of Royal Heath #9B4878

Color information

#9B4878 (or 0x9B4878) is unknown color: approx Royal Heath. HEX triplet: 9B, 48 and 78. RGB value is (155,72,120). Sum of RGB (Red+Green+Blue) = 155+72+120=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4878 is #64B787. Grayscale: #666666. Windows color (decimal): -6600584 or 7882907. OLE color: 7882907.

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

Color convert

RGB15572120-
CMYK00.540.230.39
HSL325.3º36.56%44.51%-
HSV(B)325.3º53.55%60.78%-
XYZ19.2312.9619.26-
YUV102.29138165.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=44.67%
G=20.75%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557212000.540.230.39325.336.5644.51
Hex9B48780361727145252d
Octal23311017006627475054555
Binary1001101110010001111000011011010111100111101000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,120); }

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

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

 a { background-color: rgb(155,72,120); }

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

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

 span { border-color: rgb(155,72,120); }

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