#94698B

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

Shades of Strikemaster #94698B

Tints of Strikemaster #94698B

Color information

#94698B (or 0x94698B) is unknown color: approx Strikemaster. HEX triplet: 94, 69 and 8B. RGB value is (148,105,139). Sum of RGB (Red+Green+Blue) = 148+105+139=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94698B is #6B9674. Grayscale: #797979. Windows color (decimal): -7050869 or 9136532. OLE color: 9136532.

HSL color Cylindrical-coordinate representation of color #94698B: hue angle of 312.56º 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 #94698B is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148105139-
CMYK00.290.060.42
HSL312.56º17%49.61%-
HSV(B)312.56º29.05%58.04%-
XYZ21.9218.2626.8-
YUV121.73137.75146.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=37.76%
G=26.79%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810513900.290.060.42312.561749.61
Hex94698B01D62A1391132
Octal2241512130356524712162
Binary1001010011010011000101101110111010101010011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94698B; }

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

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

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

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

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

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

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

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