#926383

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

Shades of Strikemaster #926383

Tints of Strikemaster #926383

Color information

#926383 (or 0x926383) is unknown color: approx Strikemaster. HEX triplet: 92, 63 and 83. RGB value is (146,99,131). Sum of RGB (Red+Green+Blue) = 146+99+131=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #926383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926383 is #6D9C7C. Grayscale: #747474. Windows color (decimal): -7183485 or 8610706. OLE color: 8610706.

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

Color convert

RGB14699131-
CMYK00.320.100.43
HSL319.15º19.18%48.04%-
HSV(B)319.15º32.19%57.25%-
XYZ20.4116.6723.62-
YUV116.7136.07148.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=38.83%
G=26.33%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469913100.320.100.43319.1519.1848.04
Hex926383020A2B13f1330
Octal22214320304012534772360
Binary100100101100011100000110100000101010101110011111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926383; }

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

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

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

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

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

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

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

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