#946288

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

Shades of Strikemaster #946288

Tints of Strikemaster #946288

Color information

#946288 (or 0x946288) is unknown color: approx Strikemaster. HEX triplet: 94, 62 and 88. RGB value is (148,98,136). Sum of RGB (Red+Green+Blue) = 148+98+136=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946288 is #6B9D77. Grayscale: #757575. Windows color (decimal): -7052664 or 8938132. OLE color: 8938132.

HSL color Cylindrical-coordinate representation of color #946288: hue angle of 314.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946288 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14898136-
CMYK00.340.080.42
HSL314.4º20.33%48.24%-
HSV(B)314.4º33.78%58.04%-
XYZ21.0216.8125.43-
YUV117.28138.56149.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=38.74%
G=25.65%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489813600.340.080.42314.420.3348.24
Hex94628802282A13a1430
Octal22414221004210524722460
Binary100101001100010100010000100010100010101010011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946288; }

 p { color: rgb(148,98,136); }

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

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

 a { background-color: rgb(148,98,136); }

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

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

 span { border-color: rgb(148,98,136); }

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