#934B7C

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

Shades of Strikemaster #934B7C

Tints of Strikemaster #934B7C

Color information

#934B7C (or 0x934B7C) is unknown color: approx Strikemaster. HEX triplet: 93, 4B and 7C. RGB value is (147,75,124). Sum of RGB (Red+Green+Blue) = 147+75+124=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #934B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934B7C is #6CB483. Grayscale: #656565. Windows color (decimal): -7124100 or 8145811. OLE color: 8145811.

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

Color convert

RGB14775124-
CMYK00.490.160.42
HSL319.17º32.43%43.53%-
HSV(B)319.17º48.98%57.65%-
XYZ18.1912.6920.56-
YUV102.11140.35160.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=42.49%
G=21.68%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477512400.490.160.42319.1732.4343.53
Hex934B7C031102A13f202c
Octal22311317406120524774054
Binary1001001110010111111100011000110000101010100111111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934B7C; }

 p { color: rgb(147,75,124); }

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

<style>
 a { background-color: #934B7C; }

 a { background-color: rgb(147,75,124); }

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

<style>
 span { border-color: #934B7C; }

 span { border-color: rgb(147,75,124); }

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