#926080

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

Shades of Strikemaster #926080

Tints of Strikemaster #926080

Color information

#926080 (or 0x926080) is unknown color: approx Strikemaster. HEX triplet: 92, 60 and 80. RGB value is (146,96,128). Sum of RGB (Red+Green+Blue) = 146+96+128=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #926080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926080 is #6D9F7F. Grayscale: #727272. Windows color (decimal): -7184256 or 8413330. OLE color: 8413330.

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

Color convert

RGB14696128-
CMYK00.340.120.43
HSL321.6º20.66%47.45%-
HSV(B)321.6º34.25%57.25%-
XYZ19.9316.0422.47-
YUV114.6135.56150.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.46%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=39.46%
G=25.95%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469612800.340.120.43321.620.6647.45
Hex926080022C2B142152f
Octal22214020004214535022557
Binary100100101100000100000000100010110010101110100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926080; }

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

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

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

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

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

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

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

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