#925A80

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

Shades of Strikemaster #925A80

Tints of Strikemaster #925A80

Color information

#925A80 (or 0x925A80) is unknown color: approx Strikemaster. HEX triplet: 92, 5A and 80. RGB value is (146,90,128). Sum of RGB (Red+Green+Blue) = 146+90+128=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #925A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925A80 is #6DA57F. Grayscale: #6E6E6E. Windows color (decimal): -7185792 or 8411794. OLE color: 8411794.

HSL color Cylindrical-coordinate representation of color #925A80: hue angle of 319.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A80 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14690128-
CMYK00.380.120.43
HSL319.29º23.73%46.27%-
HSV(B)319.29º38.36%57.25%-
XYZ19.4114.9822.29-
YUV111.08137.55152.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=40.11%
G=24.73%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469012800.380.120.43319.2923.7346.27
Hex925A80026C2B13f182e
Octal22213220004614534773056
Binary100100101011010100000000100110110010101110011111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A80; }

 p { color: rgb(146,90,128); }

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

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

 a { background-color: rgb(146,90,128); }

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

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

 span { border-color: rgb(146,90,128); }

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