#9C4C7B

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

Shades of Royal Heath #9C4C7B

Tints of Royal Heath #9C4C7B

Color information

#9C4C7B (or 0x9C4C7B) is unknown color: approx Royal Heath. HEX triplet: 9C, 4C and 7B. RGB value is (156,76,123). Sum of RGB (Red+Green+Blue) = 156+76+123=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4C7B is #63B384. Grayscale: #696969. Windows color (decimal): -6534021 or 8080540. OLE color: 8080540.

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

Color convert

RGB15676123-
CMYK00.510.210.39
HSL324.75º34.48%45.49%-
HSV(B)324.75º51.28%61.18%-
XYZ19.8713.6720.33-
YUV105.28138164.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=43.94%
G=21.41%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567612300.510.210.39324.7534.4845.49
Hex9C4C7B0331527145222d
Octal23411417306325475054255
Binary1001110010011001111011011001110101100111101000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,123); }

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

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

 a { background-color: rgb(156,76,123); }

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

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

 span { border-color: rgb(156,76,123); }

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