#9D417B

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

Shades of Royal Heath #9D417B

Tints of Royal Heath #9D417B

Color information

#9D417B (or 0x9D417B) is unknown color: approx Royal Heath. HEX triplet: 9D, 41 and 7B. RGB value is (157,65,123). Sum of RGB (Red+Green+Blue) = 157+65+123=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D417B is #62BE84. Grayscale: #626262. Windows color (decimal): -6471301 or 8077725. OLE color: 8077725.

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

Color convert

RGB15765123-
CMYK00.590.220.38
HSL322.17º41.44%43.53%-
HSV(B)322.17º58.6%61.57%-
XYZ19.3712.3820.11-
YUV99.12141.48169.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=45.51%
G=18.84%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576512300.590.220.38322.1741.4443.53
Hex9D417B03B1626142292c
Octal23510117307326465025154
Binary1001110110000011111011011101110110100110101000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,123); }

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

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

 a { background-color: rgb(157,65,123); }

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

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

 span { border-color: rgb(157,65,123); }

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