#90547C

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

Shades of Strikemaster #90547C

Tints of Strikemaster #90547C

Color information

#90547C (or 0x90547C) is unknown color: approx Strikemaster. HEX triplet: 90, 54 and 7C. RGB value is (144,84,124). Sum of RGB (Red+Green+Blue) = 144+84+124=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90547C is #6FAB83. Grayscale: #6A6A6A. Windows color (decimal): -7318404 or 8148112. OLE color: 8148112.

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

Color convert

RGB14484124-
CMYK00.420.140.44
HSL320º26.32%44.71%-
HSV(B)320º41.67%56.47%-
XYZ18.3113.7320.75-
YUV106.5137.88154.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=40.91%
G=23.86%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448412400.420.140.4432026.3244.71
Hex90547C02AE2C1401a2d
Octal22012417405216545003255
Binary10010000101010011111000101010111010110010100000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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