#9F465A

Color #9F465A Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #9F465A

Tints of Night Shadz #9F465A

Color information

#9F465A (or 0x9F465A) is unknown color: approx Night Shadz. HEX triplet: 9F, 46 and 5A. RGB value is (159,70,90). Sum of RGB (Red+Green+Blue) = 159+70+90=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F465A is #60B9A5. Grayscale: #626262. Windows color (decimal): -6338982 or 5916319. OLE color: 5916319.

HSL color Cylindrical-coordinate representation of color #9F465A: hue angle of 346.52º 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 #9F465A is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1597090-
CMYK00.560.430.38
HSL346.52º38.86%44.9%-
HSV(B)346.52º55.97%62.35%-
XYZ18.3312.4911.12-
YUV98.89122.99170.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=49.84%
G=21.94%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159709000.560.430.38346.5238.8644.9
Hex9F465A0382B2615b272d
Octal23710613207053465334755
Binary10011111100011010110100111000101011100110101011011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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