#9C4878

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

Shades of Royal Heath #9C4878

Tints of Royal Heath #9C4878

Color information

#9C4878 (or 0x9C4878) is unknown color: approx Royal Heath. HEX triplet: 9C, 48 and 78. RGB value is (156,72,120). Sum of RGB (Red+Green+Blue) = 156+72+120=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4878 is #63B787. Grayscale: #666666. Windows color (decimal): -6535048 or 7882908. OLE color: 7882908.

HSL color Cylindrical-coordinate representation of color #9C4878: hue angle of 325.71º 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 #9C4878 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB15672120-
CMYK00.540.230.39
HSL325.71º36.84%44.71%-
HSV(B)325.71º53.85%61.18%-
XYZ19.4213.0619.27-
YUV102.59137.83166.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=44.83%
G=20.69%
B=34.48%

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
Decimal1567212000.540.230.39325.7136.8444.71
Hex9C48780361727146252d
Octal23411017006627475064555
Binary1001110010010001111000011011010111100111101000110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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