#926380

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

Shades of Strikemaster #926380

Tints of Strikemaster #926380

Color information

#926380 (or 0x926380) is unknown color: approx Strikemaster. HEX triplet: 92, 63 and 80. RGB value is (146,99,128). Sum of RGB (Red+Green+Blue) = 146+99+128=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #926380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926380 is #6D9C7F. Grayscale: #747474. Windows color (decimal): -7183488 or 8414098. OLE color: 8414098.

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

Color convert

RGB14699128-
CMYK00.320.120.43
HSL322.98º19.18%48.04%-
HSV(B)322.98º32.19%57.25%-
XYZ20.2116.5922.56-
YUV116.36134.57149.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=39.14%
G=26.54%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469912800.320.120.43322.9819.1848.04
Hex926380020C2B1431330
Octal22214320004014535032360
Binary100100101100011100000000100000110010101110100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926380; }

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

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

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

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

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

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

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

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