#925180

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

Shades of Strikemaster #925180

Tints of Strikemaster #925180

Color information

#925180 (or 0x925180) is unknown color: approx Strikemaster. HEX triplet: 92, 51 and 80. RGB value is (146,81,128). Sum of RGB (Red+Green+Blue) = 146+81+128=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #925180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925180 is #6DAE7F. Grayscale: #696969. Windows color (decimal): -7188096 or 8409490. OLE color: 8409490.

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

Color convert

RGB14681128-
CMYK00.450.120.43
HSL316.62º28.63%44.51%-
HSV(B)316.62º44.52%57.25%-
XYZ18.6913.5522.05-
YUV105.79140.53156.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=41.13%
G=22.82%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468112800.450.120.43316.6228.6344.51
Hex92518002DC2B13d1d2d
Octal22212120005514534753555
Binary100100101010001100000000101101110010101110011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925180; }

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

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

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

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

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

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

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

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