#926588

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

Shades of Strikemaster #926588

Tints of Strikemaster #926588

Color information

#926588 (or 0x926588) is unknown color: approx Strikemaster. HEX triplet: 92, 65 and 88. RGB value is (146,101,136). Sum of RGB (Red+Green+Blue) = 146+101+136=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #926588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926588 is #6D9A77. Grayscale: #767676. Windows color (decimal): -7182968 or 8938898. OLE color: 8938898.

HSL color Cylindrical-coordinate representation of color #926588: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926588 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB146101136-
CMYK00.310.070.43
HSL313.33º18.22%48.43%-
HSV(B)313.33º30.82%57.25%-
XYZ20.9517.225.51-
YUV118.44137.91147.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=38.12%
G=26.37%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610113600.310.070.43313.3318.2248.43
Hex92658801F72B1391230
Octal2221452100377534712260
Binary1001001011001011000100001111111110101110011100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926588; }

 p { color: rgb(146,101,136); }

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

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

 a { background-color: rgb(146,101,136); }

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

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

 span { border-color: rgb(146,101,136); }

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