#925879

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

Shades of Strikemaster #925879

Tints of Strikemaster #925879

Color information

#925879 (or 0x925879) is unknown color: approx Strikemaster. HEX triplet: 92, 58 and 79. RGB value is (146,88,121). Sum of RGB (Red+Green+Blue) = 146+88+121=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #925879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925879 is #6DA786. Grayscale: #6D6D6D. Windows color (decimal): -7186311 or 7952530. OLE color: 7952530.

HSL color Cylindrical-coordinate representation of color #925879: hue angle of 325.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925879 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14688121-
CMYK00.400.170.43
HSL325.86º24.79%45.88%-
HSV(B)325.86º39.73%57.25%-
XYZ18.7914.4719.89-
YUV109.1134.72154.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=41.13%
G=24.79%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468812100.400.170.43325.8624.7945.88
Hex925879028112B146192e
Octal22213017105021535063156
Binary100100101011000111100101010001000110101110100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925879; }

 p { color: rgb(146,88,121); }

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

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

 a { background-color: rgb(146,88,121); }

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

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

 span { border-color: rgb(146,88,121); }

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