#946983

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

Shades of Strikemaster #946983

Tints of Strikemaster #946983

Color information

#946983 (or 0x946983) is unknown color: approx Strikemaster. HEX triplet: 94, 69 and 83. RGB value is (148,105,131). Sum of RGB (Red+Green+Blue) = 148+105+131=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #946983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946983 is #6B967C. Grayscale: #787878. Windows color (decimal): -7050877 or 8612244. OLE color: 8612244.

HSL color Cylindrical-coordinate representation of color #946983: hue angle of 323.72º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946983 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148105131-
CMYK00.290.110.42
HSL323.72º17%49.61%-
HSV(B)323.72º29.05%58.04%-
XYZ21.3618.0423.83-
YUV120.82133.75147.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=38.54%
G=27.34%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810513100.290.110.42323.721749.61
Hex94698301DB2A1441132
Octal22415120303513525042162
Binary10010100110100110000011011101101110101010100010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946983; }

 p { color: rgb(148,105,131); }

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

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

 a { background-color: rgb(148,105,131); }

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

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

 span { border-color: rgb(148,105,131); }

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