#925882

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

Shades of Strikemaster #925882

Tints of Strikemaster #925882

Color information

#925882 (or 0x925882) is unknown color: approx Strikemaster. HEX triplet: 92, 58 and 82. RGB value is (146,88,130). Sum of RGB (Red+Green+Blue) = 146+88+130=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #925882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925882 is #6DA77D. Grayscale: #6E6E6E. Windows color (decimal): -7186302 or 8542354. OLE color: 8542354.

HSL color Cylindrical-coordinate representation of color #925882: hue angle of 316.55º 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 #925882 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14688130-
CMYK00.400.110.43
HSL316.55º24.79%45.88%-
HSV(B)316.55º39.73%57.25%-
XYZ19.3714.722.94-
YUV110.13139.22153.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=40.11%
G=24.18%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468813000.400.110.43316.5524.7945.88
Hex925882028B2B13d192e
Octal22213020205013534753156
Binary100100101011000100000100101000101110101110011110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925882; }

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

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

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

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

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

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

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

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