#94697D

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

Shades of Strikemaster #94697D

Tints of Strikemaster #94697D

Color information

#94697D (or 0x94697D) is unknown color: approx Strikemaster. HEX triplet: 94, 69 and 7D. RGB value is (148,105,125). Sum of RGB (Red+Green+Blue) = 148+105+125=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #94697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94697D is #6B9682. Grayscale: #787878. Windows color (decimal): -7050883 or 8219028. OLE color: 8219028.

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

Color convert

RGB148105125-
CMYK00.290.160.42
HSL332.09º17%49.61%-
HSV(B)332.09º29.05%58.04%-
XYZ20.9717.8821.75-
YUV120.14130.75147.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=39.15%
G=27.78%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810512500.290.160.42332.091749.61
Hex94697D01D102A14c1132
Octal22415117503520525142162
Binary10010100110100111111010111011000010101010100110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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