#9F467E

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

Shades of Royal Heath #9F467E

Tints of Royal Heath #9F467E

Color information

#9F467E (or 0x9F467E) is unknown color: approx Royal Heath. HEX triplet: 9F, 46 and 7E. RGB value is (159,70,126). Sum of RGB (Red+Green+Blue) = 159+70+126=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F467E is #60B981. Grayscale: #666666. Windows color (decimal): -6338946 or 8275615. OLE color: 8275615.

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

Color convert

RGB15970126-
CMYK00.560.210.38
HSL322.25º38.86%44.9%-
HSV(B)322.25º55.97%62.35%-
XYZ20.2513.2621.23-
YUV103140.99167.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=44.79%
G=19.72%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597012600.560.210.38322.2538.8644.9
Hex9F467E0381526142272d
Octal23710617607025465024755
Binary1001111110001101111110011100010101100110101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,126); }

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

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

 a { background-color: rgb(159,70,126); }

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

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

 span { border-color: rgb(159,70,126); }

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