#9D427A

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

Shades of Royal Heath #9D427A

Tints of Royal Heath #9D427A

Color information

#9D427A (or 0x9D427A) is unknown color: approx Royal Heath. HEX triplet: 9D, 42 and 7A. RGB value is (157,66,122). Sum of RGB (Red+Green+Blue) = 157+66+122=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D427A is #62BD85. Grayscale: #636363. Windows color (decimal): -6471046 or 8012445. OLE color: 8012445.

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

Color convert

RGB15766122-
CMYK00.580.220.38
HSL323.08º40.81%43.73%-
HSV(B)323.08º57.96%61.57%-
XYZ19.3712.4719.8-
YUV99.59140.65168.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=45.51%
G=19.13%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576612200.580.220.38323.0840.8143.73
Hex9D427A03A1626143292c
Octal23510217207226465035154
Binary1001110110000101111010011101010110100110101000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,66,122); }

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

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

 a { background-color: rgb(157,66,122); }

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

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

 span { border-color: rgb(157,66,122); }

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