#9E5484

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

Shades of Strikemaster #9E5484

Tints of Strikemaster #9E5484

Color information

#9E5484 (or 0x9E5484) is unknown color: approx Strikemaster. HEX triplet: 9E, 54 and 84. RGB value is (158,84,132). Sum of RGB (Red+Green+Blue) = 158+84+132=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5484 is #61AB7B. Grayscale: #6F6F6F. Windows color (decimal): -6400892 or 8672414. OLE color: 8672414.

HSL color Cylindrical-coordinate representation of color #9E5484: hue angle of 321.08º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5484 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15884132-
CMYK00.470.160.38
HSL321.08º30.58%47.45%-
HSV(B)321.08º46.84%61.96%-
XYZ21.4415.2823.65-
YUV111.6139.52161.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=42.25%
G=22.46%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588413200.470.160.38321.0830.5847.45
Hex9E548402F10261411f2f
Octal23612420405720465013757
Binary1001111010101001000010001011111000010011010100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5484; }

 p { color: rgb(158,84,132); }

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

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

 a { background-color: rgb(158,84,132); }

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

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

 span { border-color: rgb(158,84,132); }

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