#975280

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

Shades of Strikemaster #975280

Tints of Strikemaster #975280

Color information

#975280 (or 0x975280) is unknown color: approx Strikemaster. HEX triplet: 97, 52 and 80. RGB value is (151,82,128). Sum of RGB (Red+Green+Blue) = 151+82+128=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #975280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975280 is #68AD7F. Grayscale: #6B6B6B. Windows color (decimal): -6860160 or 8409751. OLE color: 8409751.

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

Color convert

RGB15182128-
CMYK00.460.150.41
HSL320º29.61%45.69%-
HSV(B)320º45.7%59.22%-
XYZ19.6814.1722.12-
YUV107.88139.36158.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=41.83%
G=22.71%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518212800.460.150.4132029.6145.69
Hex97528002EF291401e2e
Octal22712220005617515003656
Binary100101111010010100000000101110111110100110100000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975280; }

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

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

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

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

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

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

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

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