#926382

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

Shades of Strikemaster #926382

Tints of Strikemaster #926382

Color information

#926382 (or 0x926382) is unknown color: approx Strikemaster. HEX triplet: 92, 63 and 82. RGB value is (146,99,130). Sum of RGB (Red+Green+Blue) = 146+99+130=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #926382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926382 is #6D9C7D. Grayscale: #747474. Windows color (decimal): -7183486 or 8545170. OLE color: 8545170.

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

Color convert

RGB14699130-
CMYK00.320.110.43
HSL320.43º19.18%48.04%-
HSV(B)320.43º32.19%57.25%-
XYZ20.3516.6523.26-
YUV116.59135.57148.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=38.93%
G=26.4%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469913000.320.110.43320.4319.1848.04
Hex926382020B2B1401330
Octal22214320204013535002360
Binary100100101100011100000100100000101110101110100000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926382; }

 p { color: rgb(146,99,130); }

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

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

 a { background-color: rgb(146,99,130); }

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

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

 span { border-color: rgb(146,99,130); }

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