#914A7A

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

Shades of Strikemaster #914A7A

Tints of Strikemaster #914A7A

Color information

#914A7A (or 0x914A7A) is unknown color: approx Strikemaster. HEX triplet: 91, 4A and 7A. RGB value is (145,74,122). Sum of RGB (Red+Green+Blue) = 145+74+122=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #914A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914A7A is #6EB585. Grayscale: #646464. Windows color (decimal): -7255430 or 8014481. OLE color: 8014481.

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

Color convert

RGB14574122-
CMYK00.490.160.43
HSL319.44º32.42%42.94%-
HSV(B)319.44º48.97%56.86%-
XYZ17.6412.3219.86-
YUV100.7140.02159.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=42.52%
G=21.70%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457412200.490.160.43319.4432.4242.94
Hex914A7A031102B13f202b
Octal22111217206120534774053
Binary1001000110010101111010011000110000101011100111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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