#975888

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

Shades of Strikemaster #975888

Tints of Strikemaster #975888

Color information

#975888 (or 0x975888) is unknown color: approx Strikemaster. HEX triplet: 97, 58 and 88. RGB value is (151,88,136). Sum of RGB (Red+Green+Blue) = 151+88+136=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #975888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975888 is #68A777. Grayscale: #707070. Windows color (decimal): -6858616 or 8935575. OLE color: 8935575.

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

Color convert

RGB15188136-
CMYK00.420.100.41
HSL314.29º26.36%46.86%-
HSV(B)314.29º41.72%59.22%-
XYZ20.715.3425.16-
YUV112.31141.37155.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=40.27%
G=23.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518813600.420.100.41314.2926.3646.86
Hex97588802AA2913a1a2f
Octal22713021005212514723257
Binary100101111011000100010000101010101010100110011101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975888; }

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

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

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

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

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

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

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

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