#9F425C

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

Shades of Night Shadz #9F425C

Tints of Night Shadz #9F425C

Color information

#9F425C (or 0x9F425C) is unknown color: approx Night Shadz. HEX triplet: 9F, 42 and 5C. RGB value is (159,66,92). Sum of RGB (Red+Green+Blue) = 159+66+92=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F425C is #60BDA3. Grayscale: #606060. Windows color (decimal): -6340004 or 6046367. OLE color: 6046367.

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

Color convert

RGB1596692-
CMYK00.580.420.38
HSL343.23º41.33%44.12%-
HSV(B)343.23º58.49%62.35%-
XYZ18.1812.0411.49-
YUV96.77125.31172.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.16%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=50.16%
G=20.82%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159669200.580.420.38343.2341.3344.12
Hex9F425C03A2A26157292c
Octal23710213407252465275154
Binary10011111100001010111000111010101010100110101010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,92); }

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

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

 a { background-color: rgb(159,66,92); }

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

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

 span { border-color: rgb(159,66,92); }

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