#9A5384

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

Shades of Strikemaster #9A5384

Tints of Strikemaster #9A5384

Color information

#9A5384 (or 0x9A5384) is unknown color: approx Strikemaster. HEX triplet: 9A, 53 and 84. RGB value is (154,83,132). Sum of RGB (Red+Green+Blue) = 154+83+132=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5384 is #65AC7B. Grayscale: #6D6D6D. Windows color (decimal): -6663292 or 8672154. OLE color: 8672154.

HSL color Cylindrical-coordinate representation of color #9A5384: hue angle of 318.59º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5384 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15483132-
CMYK00.460.140.40
HSL318.59º29.96%46.47%-
HSV(B)318.59º46.1%60.39%-
XYZ20.5814.7223.59-
YUV109.82140.52159.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=41.73%
G=22.49%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548313200.460.140.40318.5929.9646.47
Hex9A538402EE2813f1e2e
Octal23212320405616504773656
Binary100110101010011100001000101110111010100010011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,83,132); }

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

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

 a { background-color: rgb(154,83,132); }

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

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

 span { border-color: rgb(154,83,132); }

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