Html Css Color HEX #9E5989 Strikemaster

📋 copy color: '#9E5989'

red 158 ◦ green 89 ◦ blue 137

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

Shades of Strikemaster #9E5989

Tints of Strikemaster #9E5989

RGB

 RED value IS 158 (62.11% from 255) = 41.15%

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 41.15%
G = 23.18%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E5989 (or 0x9E5989) is known color: Strikemaster. HEX triplet: 9E, 59 and 89. RGB value is (158,89,137). Sum of RGB (Red+Green+Blue) = 158+89+137=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5989 is #61A676. Grayscale: #727272. Windows color (decimal): -6399607 or 9001374. OLE color: 9001374.

HSL color Cylindrical-coordinate representation of color #9E5989: hue angle of 318.26º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E5989 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 89 137 -
CMYK 0 0.44 0.13 0.38
HSL 318.26º 0.28% 0.48% -
HSV(B) 318.26º 0.44% 0.62% -
XYZ 22.19 16.22 25.63 -
YUV 115.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 158 89 137 0 0.44 0.13 0.38 318.26 0.28 0.48
Hex 9E 59 89 0 2C D 26 13E 1C 30
Octal 236 131 211 0 54 15 46 476 34 60
Binary 10011110 1011001 10001001 0 101100 1101 100110 100111110 11100 110000

Color Harmonies of #9E5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5989

Black with #9E5989

Text Example


Text Example

White with #9E5989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,89,137); }

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

background-color css

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

 a { background-color: rgb(158,89,137); }

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

border-color css

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

 span { border-color: rgb(158,89,137); }

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