#995978

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

Shades of Strikemaster #995978

Tints of Strikemaster #995978

Color information

#995978 (or 0x995978) is unknown color: approx Strikemaster. HEX triplet: 99, 59 and 78. RGB value is (153,89,120). Sum of RGB (Red+Green+Blue) = 153+89+120=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995978 is #66A687. Grayscale: #6F6F6F. Windows color (decimal): -6727304 or 7887257. OLE color: 7887257.

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

Color convert

RGB15389120-
CMYK00.420.220.4
HSL330.94º26.45%47.45%-
HSV(B)330.94º41.83%60%-
XYZ20.115.2719.66-
YUV111.67132.7157.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=42.27%
G=24.59%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538912000.420.220.4330.9426.4547.45
Hex99597802A162814b1a2f
Octal23113117005226505133257
Binary100110011011001111100001010101011010100010100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995978; }

 p { color: rgb(153,89,120); }

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

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

 a { background-color: rgb(153,89,120); }

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

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

 span { border-color: rgb(153,89,120); }

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