Html Css Color HEX #9A5489 Strikemaster

📋 copy color: '#9A5489'

red 154 ◦ green 84 ◦ blue 137

#9A5489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #9A5489

Tints of Strikemaster #9A5489

RGB

 RED value IS 154 (60.55% from 255) = 41.07%

 GREEN value IS 84 (33.2% from 255) = 22.4%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 41.07%
G = 22.4%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A5489 (or 0x9A5489) is known color: Strikemaster. HEX triplet: 9A, 54 and 89. RGB value is (154,84,137). Sum of RGB (Red+Green+Blue) = 154+84+137=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5489 is #65AB76. Grayscale: #6E6E6E. Windows color (decimal): -6663031 or 9000090. OLE color: 9000090.

HSL color Cylindrical-coordinate representation of color #9A5489: hue angle of 314.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5489 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 84 137 -
CMYK 0 0.45 0.11 0.40
HSL 314.57º 0.29% 0.47% -
HSV(B) 314.57º 0.45% 0.6% -
XYZ 21.01 15.02 25.46 -
YUV 110.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 154 84 137 0 0.45 0.11 0.40 314.57 0.29 0.47
Hex 9A 54 89 0 2D B 28 13B 1D 2F
Octal 232 124 211 0 55 13 50 473 35 57
Binary 10011010 1010100 10001001 0 101101 1011 101000 100111011 11101 101111

Color Harmonies of #9A5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5489

Black with #9A5489

Text Example


Text Example

White with #9A5489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,84,137); }

 H1.HeaderClassName
 {
   color: #9A5489;
 }
 .AnyTagClassName
 {
   color: #9A5489;
 }
</style>

background-color css

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

 a { background-color: rgb(154,84,137); }

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

border-color css

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

 span { border-color: rgb(154,84,137); }

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