#995179

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

Shades of Strikemaster #995179

Tints of Strikemaster #995179

Color information

#995179 (or 0x995179) is unknown color: approx Strikemaster. HEX triplet: 99, 51 and 79. RGB value is (153,81,121). Sum of RGB (Red+Green+Blue) = 153+81+121=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995179 is #66AE86. Grayscale: #6B6B6B. Windows color (decimal): -6729351 or 7950745. OLE color: 7950745.

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

Color convert

RGB15381121-
CMYK00.470.210.4
HSL326.67º30.77%45.88%-
HSV(B)326.67º47.06%60%-
XYZ19.5314.0419.77-
YUV107.09135.85160.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=43.10%
G=22.82%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538112100.470.210.4326.6730.7745.88
Hex99517902F15281471f2e
Octal23112117105725505073756
Binary100110011010001111100101011111010110100010100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995179; }

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

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

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

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

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

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

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

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