#945881

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

Shades of Strikemaster #945881

Tints of Strikemaster #945881

Color information

#945881 (or 0x945881) is unknown color: approx Strikemaster. HEX triplet: 94, 58 and 81. RGB value is (148,88,129). Sum of RGB (Red+Green+Blue) = 148+88+129=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #945881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945881 is #6BA77E. Grayscale: #6E6E6E. Windows color (decimal): -7055231 or 8476820. OLE color: 8476820.

HSL color Cylindrical-coordinate representation of color #945881: hue angle of 319º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945881 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14888129-
CMYK00.410.130.42
HSL319º25.42%46.27%-
HSV(B)319º40.54%58.04%-
XYZ19.6614.8622.6-
YUV110.61138.38154.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=40.55%
G=24.11%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488812900.410.130.4231925.4246.27
Hex945881029D2A13f192e
Octal22413020105115524773156
Binary100101001011000100000010101001110110101010011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945881; }

 p { color: rgb(148,88,129); }

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

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

 a { background-color: rgb(148,88,129); }

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

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

 span { border-color: rgb(148,88,129); }

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