#905480

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

Shades of Strikemaster #905480

Tints of Strikemaster #905480

Color information

#905480 (or 0x905480) is unknown color: approx Strikemaster. HEX triplet: 90, 54 and 80. RGB value is (144,84,128). Sum of RGB (Red+Green+Blue) = 144+84+128=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #905480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905480 is #6FAB7F. Grayscale: #6A6A6A. Windows color (decimal): -7318400 or 8410256. OLE color: 8410256.

HSL color Cylindrical-coordinate representation of color #905480: hue angle of 316º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905480 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14484128-
CMYK00.420.110.44
HSL316º26.32%44.71%-
HSV(B)316º41.67%56.47%-
XYZ18.5713.8322.11-
YUV106.96139.88154.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=40.45%
G=23.60%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448412800.420.110.4431626.3244.71
Hex90548002AB2C13c1a2d
Octal22012420005213544743255
Binary100100001010100100000000101010101110110010011110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905480; }

 p { color: rgb(144,84,128); }

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

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

 a { background-color: rgb(144,84,128); }

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

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

 span { border-color: rgb(144,84,128); }

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