#9D395B

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

Shades of Night Shadz #9D395B

Tints of Night Shadz #9D395B

Color information

#9D395B (or 0x9D395B) is unknown color: approx Night Shadz. HEX triplet: 9D, 39 and 5B. RGB value is (157,57,91). Sum of RGB (Red+Green+Blue) = 157+57+91=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D395B is #62C6A4. Grayscale: #5A5A5A. Windows color (decimal): -6473381 or 5978525. OLE color: 5978525.

HSL color Cylindrical-coordinate representation of color #9D395B: hue angle of 339.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D395B is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1575791-
CMYK00.640.420.38
HSL339.6º46.73%41.96%-
HSV(B)339.6º63.69%61.57%-
XYZ17.2610.8511.08-
YUV90.78128.13175.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.48%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=51.48%
G=18.69%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157579100.640.420.38339.646.7341.96
Hex9D395B0402A261542f2a
Octal23571133010052465245752
Binary10011101111001101101101000000101010100110101010100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,91); }

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

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

 a { background-color: rgb(157,57,91); }

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

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

 span { border-color: rgb(157,57,91); }

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