#90547D

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

Shades of Strikemaster #90547D

Tints of Strikemaster #90547D

Color information

#90547D (or 0x90547D) is unknown color: approx Strikemaster. HEX triplet: 90, 54 and 7D. RGB value is (144,84,125). Sum of RGB (Red+Green+Blue) = 144+84+125=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90547D is #6FAB82. Grayscale: #6A6A6A. Windows color (decimal): -7318403 or 8213648. OLE color: 8213648.

HSL color Cylindrical-coordinate representation of color #90547D: hue angle of 319º 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 #90547D is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14484125-
CMYK00.420.130.44
HSL319º26.32%44.71%-
HSV(B)319º41.67%56.47%-
XYZ18.3713.7521.09-
YUV106.61138.38154.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=40.79%
G=23.80%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448412500.420.130.4431926.3244.71
Hex90547D02AD2C13f1a2d
Octal22012417505215544773255
Binary10010000101010011111010101010110110110010011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90547D; }

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

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

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

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

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

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

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

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