#92647F

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

Shades of Strikemaster #92647F

Tints of Strikemaster #92647F

Color information

#92647F (or 0x92647F) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 7F. RGB value is (146,100,127). Sum of RGB (Red+Green+Blue) = 146+100+127=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92647F is #6D9B80. Grayscale: #747474. Windows color (decimal): -7183233 or 8348818. OLE color: 8348818.

HSL color Cylindrical-coordinate representation of color #92647F: hue angle of 324.78º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92647F is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146100127-
CMYK00.320.130.43
HSL324.78º18.7%48.24%-
HSV(B)324.78º31.51%57.25%-
XYZ20.2416.7622.25-
YUV116.83133.74148.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 127 (50% from 255) = 34.05%
R=39.14%
G=26.81%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610012700.320.130.43324.7818.748.24
Hex92647F020D2B1451330
Octal22214417704015535052360
Binary10010010110010011111110100000110110101110100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92647F; }

 p { color: rgb(146,100,127); }

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

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

 a { background-color: rgb(146,100,127); }

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

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

 span { border-color: rgb(146,100,127); }

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