#926289

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

Shades of Strikemaster #926289

Tints of Strikemaster #926289

Color information

#926289 (or 0x926289) is unknown color: approx Strikemaster. HEX triplet: 92, 62 and 89. RGB value is (146,98,137). Sum of RGB (Red+Green+Blue) = 146+98+137=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #926289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926289 is #6D9D76. Grayscale: #747474. Windows color (decimal): -7183735 or 9003666. OLE color: 9003666.

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

Color convert

RGB14698137-
CMYK00.330.060.43
HSL311.25º19.67%47.84%-
HSV(B)311.25º32.88%57.25%-
XYZ20.7416.6525.79-
YUV116.8139.4148.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=38.32%
G=25.72%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469813700.330.060.43311.2519.6747.84
Hex92628902162B1371430
Octal2221422110416534672460
Binary10010010110001010001001010000111010101110011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926289; }

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

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

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

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

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

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

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

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