#914C7D

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

Shades of Strikemaster #914C7D

Tints of Strikemaster #914C7D

Color information

#914C7D (or 0x914C7D) is unknown color: approx Strikemaster. HEX triplet: 91, 4C and 7D. RGB value is (145,76,125). Sum of RGB (Red+Green+Blue) = 145+76+125=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #914C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C7D is #6EB382. Grayscale: #666666. Windows color (decimal): -7254915 or 8211601. OLE color: 8211601.

HSL color Cylindrical-coordinate representation of color #914C7D: hue angle of 317.39º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C7D is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14576125-
CMYK00.480.140.43
HSL317.39º31.22%43.33%-
HSV(B)317.39º47.59%56.86%-
XYZ17.9612.6720.9-
YUV102.22140.86158.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=41.91%
G=21.97%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457612500.480.140.43317.3931.2243.33
Hex914C7D030E2B13d1f2b
Octal22111417506016534753753
Binary10010001100110011111010110000111010101110011110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914C7D; }

 p { color: rgb(145,76,125); }

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

<style>
 a { background-color: #914C7D; }

 a { background-color: rgb(145,76,125); }

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

<style>
 span { border-color: #914C7D; }

 span { border-color: rgb(145,76,125); }

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