#92648A

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

Shades of Strikemaster #92648A

Tints of Strikemaster #92648A

Color information

#92648A (or 0x92648A) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 8A. RGB value is (146,100,138). Sum of RGB (Red+Green+Blue) = 146+100+138=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #92648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92648A is #6D9B75. Grayscale: #757575. Windows color (decimal): -7183222 or 9069714. OLE color: 9069714.

HSL color Cylindrical-coordinate representation of color #92648A: hue angle of 310.43º 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 #92648A is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB146100138-
CMYK00.320.050.43
HSL310.43º18.7%48.24%-
HSV(B)310.43º31.51%57.25%-
XYZ2117.0626.23-
YUV118.09139.24147.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=38.02%
G=26.04%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610013800.320.050.43310.4318.748.24
Hex92648A02052B1361330
Octal2221442120405534662360
Binary10010010110010010001010010000010110101110011011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92648A; }

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

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

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

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

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

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

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

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