#914F7A

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

Shades of Strikemaster #914F7A

Tints of Strikemaster #914F7A

Color information

#914F7A (or 0x914F7A) is unknown color: approx Strikemaster. HEX triplet: 91, 4F and 7A. RGB value is (145,79,122). Sum of RGB (Red+Green+Blue) = 145+79+122=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #914F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F7A is #6EB085. Grayscale: #676767. Windows color (decimal): -7254150 or 8015761. OLE color: 8015761.

HSL color Cylindrical-coordinate representation of color #914F7A: hue angle of 320.91º 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 #914F7A is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14579122-
CMYK00.460.160.43
HSL320.91º29.46%43.92%-
HSV(B)320.91º45.52%56.86%-
XYZ17.9913.0219.98-
YUV103.64138.37157.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=41.91%
G=22.83%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457912200.460.160.43320.9129.4643.92
Hex914F7A02E102B1411d2c
Octal22111717205620535013554
Binary100100011001111111101001011101000010101110100000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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