#94567D

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

Shades of Strikemaster #94567D

Tints of Strikemaster #94567D

Color information

#94567D (or 0x94567D) is unknown color: approx Strikemaster. HEX triplet: 94, 56 and 7D. RGB value is (148,86,125). Sum of RGB (Red+Green+Blue) = 148+86+125=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94567D is #6BA982. Grayscale: #6C6C6C. Windows color (decimal): -7055747 or 8214164. OLE color: 8214164.

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

Color convert

RGB14886125-
CMYK00.420.160.42
HSL322.26º26.5%45.88%-
HSV(B)322.26º41.89%58.04%-
XYZ19.2414.4321.17-
YUV108.98137.04155.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=41.23%
G=23.96%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488612500.420.160.42322.2626.545.88
Hex94567D02A102A1421a2e
Octal22412617505220525023256
Binary100101001010110111110101010101000010101010100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94567D; }

 p { color: rgb(148,86,125); }

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

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

 a { background-color: rgb(148,86,125); }

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

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

 span { border-color: rgb(148,86,125); }

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