#94648B

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

Shades of Strikemaster #94648B

Tints of Strikemaster #94648B

Color information

#94648B (or 0x94648B) is unknown color: approx Strikemaster. HEX triplet: 94, 64 and 8B. RGB value is (148,100,139). Sum of RGB (Red+Green+Blue) = 148+100+139=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648B is #6B9B74. Grayscale: #767676. Windows color (decimal): -7052149 or 9135252. OLE color: 9135252.

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

Color convert

RGB148100139-
CMYK00.320.060.42
HSL311.25º19.35%48.63%-
HSV(B)311.25º32.43%58.04%-
XYZ21.4317.2726.63-
YUV118.8139.4148.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=38.24%
G=25.84%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810013900.320.060.42311.2519.3548.63
Hex94648B02062A1371331
Octal2241442130406524672361
Binary10010100110010010001011010000011010101010011011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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