#9A5381

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

Shades of Strikemaster #9A5381

Tints of Strikemaster #9A5381

Color information

#9A5381 (or 0x9A5381) is unknown color: approx Strikemaster. HEX triplet: 9A, 53 and 81. RGB value is (154,83,129). Sum of RGB (Red+Green+Blue) = 154+83+129=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5381 is #65AC7E. Grayscale: #6D6D6D. Windows color (decimal): -6663295 or 8475546. OLE color: 8475546.

HSL color Cylindrical-coordinate representation of color #9A5381: hue angle of 321.13º 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 #9A5381 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15483129-
CMYK00.460.160.40
HSL321.13º29.96%46.47%-
HSV(B)321.13º46.1%60.39%-
XYZ20.3814.6422.52-
YUV109.47139.02159.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=42.08%
G=22.68%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548312900.460.160.40321.1329.9646.47
Hex9A538102E10281411e2e
Octal23212320105620505013656
Binary1001101010100111000000101011101000010100010100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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