#94658C

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

Shades of Strikemaster #94658C

Tints of Strikemaster #94658C

Color information

#94658C (or 0x94658C) is unknown color: approx Strikemaster. HEX triplet: 94, 65 and 8C. RGB value is (148,101,140). Sum of RGB (Red+Green+Blue) = 148+101+140=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94658C is #6B9A73. Grayscale: #777777. Windows color (decimal): -7051892 or 9201044. OLE color: 9201044.

HSL color Cylindrical-coordinate representation of color #94658C: hue angle of 310.21º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94658C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148101140-
CMYK00.320.050.42
HSL310.21º18.88%48.82%-
HSV(B)310.21º31.76%58.04%-
XYZ21.617.527.05-
YUV119.5139.57148.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=38.05%
G=25.96%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810114000.320.050.42310.2118.8848.82
Hex94658C02052A1361331
Octal2241452140405524662361
Binary10010100110010110001100010000010110101010011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94658C; }

 p { color: rgb(148,101,140); }

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

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

 a { background-color: rgb(148,101,140); }

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

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

 span { border-color: rgb(148,101,140); }

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