#995A80

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

Shades of Strikemaster #995A80

Tints of Strikemaster #995A80

Color information

#995A80 (or 0x995A80) is unknown color: approx Strikemaster. HEX triplet: 99, 5A and 80. RGB value is (153,90,128). Sum of RGB (Red+Green+Blue) = 153+90+128=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A80 is #66A57F. Grayscale: #717171. Windows color (decimal): -6727040 or 8411801. OLE color: 8411801.

HSL color Cylindrical-coordinate representation of color #995A80: hue angle of 323.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A80 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15390128-
CMYK00.410.160.4
HSL323.81º25.93%47.65%-
HSV(B)323.81º41.18%60%-
XYZ20.6915.6422.35-
YUV113.17136.37156.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=41.24%
G=24.26%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539012800.410.160.4323.8125.9347.65
Hex995A8002910281441a30
Octal23113220005120505043260
Binary1001100110110101000000001010011000010100010100010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A80; }

 p { color: rgb(153,90,128); }

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

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

 a { background-color: rgb(153,90,128); }

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

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

 span { border-color: rgb(153,90,128); }

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