#975880

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

Shades of Strikemaster #975880

Tints of Strikemaster #975880

Color information

#975880 (or 0x975880) is unknown color: approx Strikemaster. HEX triplet: 97, 58 and 80. RGB value is (151,88,128). Sum of RGB (Red+Green+Blue) = 151+88+128=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975880 is #68A77F. Grayscale: #6F6F6F. Windows color (decimal): -6858624 or 8411287. OLE color: 8411287.

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

Color convert

RGB15188128-
CMYK00.420.150.41
HSL321.9º26.36%46.86%-
HSV(B)321.9º41.72%59.22%-
XYZ20.1515.1222.28-
YUV111.4137.37156.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=41.14%
G=23.98%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518812800.420.150.41321.926.3646.86
Hex97588002AF291421a2f
Octal22713020005217515023257
Binary100101111011000100000000101010111110100110100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975880; }

 p { color: rgb(151,88,128); }

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

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

 a { background-color: rgb(151,88,128); }

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

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

 span { border-color: rgb(151,88,128); }

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