#925985

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

Shades of Strikemaster #925985

Tints of Strikemaster #925985

Color information

#925985 (or 0x925985) is unknown color: approx Strikemaster. HEX triplet: 92, 59 and 85. RGB value is (146,89,133). Sum of RGB (Red+Green+Blue) = 146+89+133=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #925985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925985 is #6DA67A. Grayscale: #6E6E6E. Windows color (decimal): -7186043 or 8739218. OLE color: 8739218.

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

Color convert

RGB14689133-
CMYK00.390.090.43
HSL313.68º24.26%46.08%-
HSV(B)313.68º39.04%57.25%-
XYZ19.6614.9524.04-
YUV111.06140.38152.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.67%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=39.67%
G=24.18%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468913300.390.090.43313.6824.2646.08
Hex92598502792B13a182e
Octal22213120504711534723056
Binary100100101011001100001010100111100110101110011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925985; }

 p { color: rgb(146,89,133); }

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

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

 a { background-color: rgb(146,89,133); }

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

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

 span { border-color: rgb(146,89,133); }

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