#904B7A

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

Shades of Strikemaster #904B7A

Tints of Strikemaster #904B7A

Color information

#904B7A (or 0x904B7A) is unknown color: approx Strikemaster. HEX triplet: 90, 4B and 7A. RGB value is (144,75,122). Sum of RGB (Red+Green+Blue) = 144+75+122=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #904B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B7A is #6FB485. Grayscale: #646464. Windows color (decimal): -7320710 or 8014736. OLE color: 8014736.

HSL color Cylindrical-coordinate representation of color #904B7A: hue angle of 319.13º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B7A is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14475122-
CMYK00.480.150.44
HSL319.13º31.51%42.94%-
HSV(B)319.13º47.92%56.47%-
XYZ17.5312.3719.88-
YUV100.99139.86158.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=42.23%
G=21.99%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447512200.480.150.44319.1331.5142.94
Hex904B7A030F2C13f202b
Octal22011317206017544774053
Binary100100001001011111101001100001111101100100111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904B7A; }

 p { color: rgb(144,75,122); }

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

<style>
 a { background-color: #904B7A; }

 a { background-color: rgb(144,75,122); }

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

<style>
 span { border-color: #904B7A; }

 span { border-color: rgb(144,75,122); }

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