#926389

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

Shades of Strikemaster #926389

Tints of Strikemaster #926389

Color information

#926389 (or 0x926389) is unknown color: approx Strikemaster. HEX triplet: 92, 63 and 89. RGB value is (146,99,137). Sum of RGB (Red+Green+Blue) = 146+99+137=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #926389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926389 is #6D9C76. Grayscale: #757575. Windows color (decimal): -7183479 or 9003922. OLE color: 9003922.

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

Color convert

RGB14699137-
CMYK00.320.060.43
HSL311.49º19.18%48.04%-
HSV(B)311.49º32.19%57.25%-
XYZ20.8316.8425.82-
YUV117.38139.07148.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=38.22%
G=25.92%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469913700.320.060.43311.4919.1848.04
Hex92638902062B1371330
Octal2221432110406534672360
Binary10010010110001110001001010000011010101110011011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926389; }

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

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

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

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

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

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

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

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