#994058

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

Shades of Night Shadz #994058

Tints of Night Shadz #994058

Color information

#994058 (or 0x994058) is unknown color: approx Night Shadz. HEX triplet: 99, 40 and 58. RGB value is (153,64,88). Sum of RGB (Red+Green+Blue) = 153+64+88=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994058 is #66BFA7. Grayscale: #5D5D5D. Windows color (decimal): -6733736 or 5783705. OLE color: 5783705.

HSL color Cylindrical-coordinate representation of color #994058: hue angle of 343.82º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994058 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1536488-
CMYK00.580.420.4
HSL343.82º41.01%42.55%-
HSV(B)343.82º58.17%60%-
XYZ16.7311.1410.5-
YUV93.35124.99170.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=50.16%
G=20.98%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153648800.580.420.4343.8241.0142.55
Hex99405803A2A28158292b
Octal23110013007252505305153
Binary10011001100000010110000111010101010101000101011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994058; }

 p { color: rgb(153,64,88); }

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

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

 a { background-color: rgb(153,64,88); }

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

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

 span { border-color: rgb(153,64,88); }

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