#914F7C

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

Shades of Strikemaster #914F7C

Tints of Strikemaster #914F7C

Color information

#914F7C (or 0x914F7C) is unknown color: approx Strikemaster. HEX triplet: 91, 4F and 7C. RGB value is (145,79,124). Sum of RGB (Red+Green+Blue) = 145+79+124=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #914F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F7C is #6EB083. Grayscale: #676767. Windows color (decimal): -7254148 or 8146833. OLE color: 8146833.

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

Color convert

RGB14579124-
CMYK00.460.140.43
HSL319.09º29.46%43.92%-
HSV(B)319.09º45.52%56.86%-
XYZ18.1113.0720.64-
YUV103.86139.37157.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=41.67%
G=22.70%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457912400.460.140.43319.0929.4643.92
Hex914F7C02EE2B13f1d2c
Octal22111717405616534773554
Binary10010001100111111111000101110111010101110011111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,124); }

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

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

 a { background-color: rgb(145,79,124); }

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

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

 span { border-color: rgb(145,79,124); }

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