#926589

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

Shades of Strikemaster #926589

Tints of Strikemaster #926589

Color information

#926589 (or 0x926589) is unknown color: approx Strikemaster. HEX triplet: 92, 65 and 89. RGB value is (146,101,137). Sum of RGB (Red+Green+Blue) = 146+101+137=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #926589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926589 is #6D9A76. Grayscale: #767676. Windows color (decimal): -7182967 or 9004434. OLE color: 9004434.

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

Color convert

RGB146101137-
CMYK00.310.060.43
HSL312º18.22%48.43%-
HSV(B)312º30.82%57.25%-
XYZ21.0217.2225.88-
YUV118.56138.41147.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=38.02%
G=26.30%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610113700.310.060.4331218.2248.43
Hex92658901F62B1381230
Octal2221452110376534702260
Binary1001001011001011000100101111111010101110011100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926589; }

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

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

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

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

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

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

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

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