#975883

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

Shades of Strikemaster #975883

Tints of Strikemaster #975883

Color information

#975883 (or 0x975883) is unknown color: approx Strikemaster. HEX triplet: 97, 58 and 83. RGB value is (151,88,131). Sum of RGB (Red+Green+Blue) = 151+88+131=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #975883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975883 is #68A77C. Grayscale: #6F6F6F. Windows color (decimal): -6858621 or 8607895. OLE color: 8607895.

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

Color convert

RGB15188131-
CMYK00.420.130.41
HSL319.05º26.36%46.86%-
HSV(B)319.05º41.72%59.22%-
XYZ20.3515.223.33-
YUV111.74138.87156-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=40.81%
G=23.78%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518813100.420.130.41319.0526.3646.86
Hex97588302AD2913f1a2f
Octal22713020305215514773257
Binary100101111011000100000110101010110110100110011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975883; }

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

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

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

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

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

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

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

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