#945077

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

Shades of Strikemaster #945077

Tints of Strikemaster #945077

Color information

#945077 (or 0x945077) is unknown color: approx Strikemaster. HEX triplet: 94, 50 and 77. RGB value is (148,80,119). Sum of RGB (Red+Green+Blue) = 148+80+119=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945077 is #6BAF88. Grayscale: #686868. Windows color (decimal): -7057289 or 7819412. OLE color: 7819412.

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

Color convert

RGB14880119-
CMYK00.460.200.42
HSL325.59º29.82%44.71%-
HSV(B)325.59º45.95%58.04%-
XYZ18.4113.3719.06-
YUV104.78136.03158.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=42.65%
G=23.05%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488011900.460.200.42325.5929.8244.71
Hex94507702E142A1461e2d
Octal22412016705624525063655
Binary100101001010000111011101011101010010101010100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945077; }

 p { color: rgb(148,80,119); }

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

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

 a { background-color: rgb(148,80,119); }

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

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

 span { border-color: rgb(148,80,119); }

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