#945876

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

Shades of Strikemaster #945876

Tints of Strikemaster #945876

Color information

#945876 (or 0x945876) is unknown color: approx Strikemaster. HEX triplet: 94, 58 and 76. RGB value is (148,88,118). Sum of RGB (Red+Green+Blue) = 148+88+118=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945876 is #6BA789. Grayscale: #6D6D6D. Windows color (decimal): -7055242 or 7755924. OLE color: 7755924.

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

Color convert

RGB14888118-
CMYK00.410.200.42
HSL330º25.42%46.27%-
HSV(B)330º40.54%58.04%-
XYZ18.9714.5818.95-
YUV109.36132.88155.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=41.81%
G=24.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488811800.410.200.4233025.4246.27
Hex945876029142A14a192e
Octal22413016605124525123156
Binary100101001011000111011001010011010010101010100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945876; }

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

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

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

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

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

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

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

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