#9F457B

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

Shades of Royal Heath #9F457B

Tints of Royal Heath #9F457B

Color information

#9F457B (or 0x9F457B) is unknown color: approx Royal Heath. HEX triplet: 9F, 45 and 7B. RGB value is (159,69,123). Sum of RGB (Red+Green+Blue) = 159+69+123=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F457B is #60BA84. Grayscale: #656565. Windows color (decimal): -6339205 or 8078751. OLE color: 8078751.

HSL color Cylindrical-coordinate representation of color #9F457B: hue angle of 324º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F457B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15969123-
CMYK00.570.230.38
HSL324º39.47%44.71%-
HSV(B)324º56.6%62.35%-
XYZ2013.0620.21-
YUV102.07139.82168.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=45.30%
G=19.66%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596912300.570.230.3832439.4744.71
Hex9F457B0391726144272d
Octal23710517307127465044755
Binary1001111110001011111011011100110111100110101000100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,69,123); }

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

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

 a { background-color: rgb(159,69,123); }

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

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

 span { border-color: rgb(159,69,123); }

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