#9C427B

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

Shades of Royal Heath #9C427B

Tints of Royal Heath #9C427B

Color information

#9C427B (or 0x9C427B) is unknown color: approx Royal Heath. HEX triplet: 9C, 42 and 7B. RGB value is (156,66,123). Sum of RGB (Red+Green+Blue) = 156+66+123=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C427B is #63BD84. Grayscale: #636363. Windows color (decimal): -6536581 or 8077980. OLE color: 8077980.

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

Color convert

RGB15666123-
CMYK00.580.210.39
HSL322º40.54%43.53%-
HSV(B)322º57.69%61.18%-
XYZ19.2312.3920.12-
YUV99.41141.32168.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=45.22%
G=19.13%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566612300.580.210.3932240.5443.53
Hex9C427B03A1527142292c
Octal23410217307225475025154
Binary1001110010000101111011011101010101100111101000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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