#995980

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

Shades of Strikemaster #995980

Tints of Strikemaster #995980

Color information

#995980 (or 0x995980) is unknown color: approx Strikemaster. HEX triplet: 99, 59 and 80. RGB value is (153,89,128). Sum of RGB (Red+Green+Blue) = 153+89+128=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995980 is #66A67F. Grayscale: #707070. Windows color (decimal): -6727296 or 8411545. OLE color: 8411545.

HSL color Cylindrical-coordinate representation of color #995980: hue angle of 323.44º 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 #995980 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15389128-
CMYK00.420.160.4
HSL323.44º26.45%47.45%-
HSV(B)323.44º41.83%60%-
XYZ20.6115.4822.32-
YUV112.58136.7156.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=41.35%
G=24.05%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538912800.420.160.4323.4426.4547.45
Hex99598002A10281431a2f
Octal23113120005220505033257
Binary1001100110110011000000001010101000010100010100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995980; }

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

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

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

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

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

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

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

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