#904B7B

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

Shades of Strikemaster #904B7B

Tints of Strikemaster #904B7B

Color information

#904B7B (or 0x904B7B) is unknown color: approx Strikemaster. HEX triplet: 90, 4B and 7B. RGB value is (144,75,123). Sum of RGB (Red+Green+Blue) = 144+75+123=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #904B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B7B is #6FB484. Grayscale: #646464. Windows color (decimal): -7320709 or 8080272. OLE color: 8080272.

HSL color Cylindrical-coordinate representation of color #904B7B: hue angle of 318.26º 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 #904B7B is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14475123-
CMYK00.480.150.44
HSL318.26º31.51%42.94%-
HSV(B)318.26º47.92%56.47%-
XYZ17.5912.3920.2-
YUV101.1140.36158.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=42.11%
G=21.93%
B=35.96%

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
Decimal1447512300.480.150.44318.2631.5142.94
Hex904B7B030F2C13e202b
Octal22011317306017544764053
Binary100100001001011111101101100001111101100100111110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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