#94527F

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

Shades of Strikemaster #94527F

Tints of Strikemaster #94527F

Color information

#94527F (or 0x94527F) is unknown color: approx Strikemaster. HEX triplet: 94, 52 and 7F. RGB value is (148,82,127). Sum of RGB (Red+Green+Blue) = 148+82+127=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94527F is #6BAD80. Grayscale: #6A6A6A. Windows color (decimal): -7056769 or 8344212. OLE color: 8344212.

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

Color convert

RGB14882127-
CMYK00.450.140.42
HSL319.09º28.7%45.1%-
HSV(B)319.09º44.59%58.04%-
XYZ19.0613.8621.75-
YUV106.86139.37157.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 127 (50% from 255) = 35.57%
R=41.46%
G=22.97%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488212700.450.140.42319.0928.745.1
Hex94527F02DE2A13f1d2d
Octal22412217705516524773555
Binary10010100101001011111110101101111010101010011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94527F; }

 p { color: rgb(148,82,127); }

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

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

 a { background-color: rgb(148,82,127); }

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

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

 span { border-color: rgb(148,82,127); }

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