#995079

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

Shades of Strikemaster #995079

Tints of Strikemaster #995079

Color information

#995079 (or 0x995079) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 79. RGB value is (153,80,121). Sum of RGB (Red+Green+Blue) = 153+80+121=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995079 is #66AF86. Grayscale: #6A6A6A. Windows color (decimal): -6729607 or 7950489. OLE color: 7950489.

HSL color Cylindrical-coordinate representation of color #995079: hue angle of 326.3º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995079 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15380121-
CMYK00.480.210.4
HSL326.3º31.33%45.69%-
HSV(B)326.3º47.71%60%-
XYZ19.4613.8919.74-
YUV106.5136.18161.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=43.22%
G=22.60%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538012100.480.210.4326.331.3345.69
Hex99507903015281461f2e
Octal23112017106025505063756
Binary100110011010000111100101100001010110100010100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995079; }

 p { color: rgb(153,80,121); }

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

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

 a { background-color: rgb(153,80,121); }

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

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

 span { border-color: rgb(153,80,121); }

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