#946989

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

Shades of Strikemaster #946989

Tints of Strikemaster #946989

Color information

#946989 (or 0x946989) is unknown color: approx Strikemaster. HEX triplet: 94, 69 and 89. RGB value is (148,105,137). Sum of RGB (Red+Green+Blue) = 148+105+137=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #946989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946989 is #6B9676. Grayscale: #797979. Windows color (decimal): -7050871 or 9005460. OLE color: 9005460.

HSL color Cylindrical-coordinate representation of color #946989: hue angle of 315.35º 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 #946989 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148105137-
CMYK00.290.070.42
HSL315.35º17%49.61%-
HSV(B)315.35º29.05%58.04%-
XYZ21.7818.2126.03-
YUV121.5136.75146.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=37.95%
G=26.92%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810513700.290.070.42315.351749.61
Hex94698901D72A13b1132
Octal2241512110357524732162
Binary1001010011010011000100101110111110101010011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946989; }

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

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

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

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

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

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

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

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