Html Css Color HEX #9E5988 Strikemaster

📋 copy color: '#9E5988'

red 158 ◦ green 89 ◦ blue 136

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

Shades of Strikemaster #9E5988

Tints of Strikemaster #9E5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 41.25%
G = 23.24%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9E5988 (or 0x9E5988) is known color: Strikemaster. HEX triplet: 9E, 59 and 88. RGB value is (158,89,136). Sum of RGB (Red+Green+Blue) = 158+89+136=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5988 is #61A677. Grayscale: #727272. Windows color (decimal): -6399608 or 8935838. OLE color: 8935838.

HSL color Cylindrical-coordinate representation of color #9E5988: hue angle of 319.13º 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 #9E5988 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 89 136 -
CMYK 0 0.44 0.14 0.38
HSL 319.13º 0.28% 0.48% -
HSV(B) 319.13º 0.44% 0.62% -
XYZ 22.12 16.19 25.25 -
YUV 114.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 158 89 136 0 0.44 0.14 0.38 319.13 0.28 0.48
Hex 9E 59 88 0 2C E 26 13F 1C 30
Octal 236 131 210 0 54 16 46 477 34 60
Binary 10011110 1011001 10001000 0 101100 1110 100110 100111111 11100 110000

Color Harmonies of #9E5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5988

Black with #9E5988

Text Example


Text Example

White with #9E5988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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