Html Css Color HEX #9E5D89 Strikemaster

📋 copy color: '#9E5D89'

red 158 ◦ green 93 ◦ blue 137

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

Shades of Strikemaster #9E5D89

Tints of Strikemaster #9E5D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

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

R = 40.72%
G = 23.97%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E5D89 (or 0x9E5D89) is known color: Strikemaster. HEX triplet: 9E, 5D and 89. RGB value is (158,93,137). Sum of RGB (Red+Green+Blue) = 158+93+137=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5D89 is #61A276. Grayscale: #757575. Windows color (decimal): -6398583 or 9002398. OLE color: 9002398.

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

Color convert

RGB 158 93 137 -
CMYK 0 0.41 0.13 0.38
HSL 319.38º 0.26% 0.49% -
HSV(B) 319.38º 0.41% 0.62% -
XYZ 22.53 16.9 25.74 -
YUV 117.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 158 93 137 0 0.41 0.13 0.38 319.38 0.26 0.49
Hex 9E 5D 89 0 29 D 26 13F 1A 31
Octal 236 135 211 0 51 15 46 477 32 61
Binary 10011110 1011101 10001001 0 101001 1101 100110 100111111 11010 110001

Color Harmonies of #9E5D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5D89

Black with #9E5D89

Text Example


Text Example

White with #9E5D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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