Html Css Color HEX #9E5389 Strikemaster

📋 copy color: '#9E5389'

red 158 ◦ green 83 ◦ blue 137

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

Shades of Strikemaster #9E5389

Tints of Strikemaster #9E5389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 41.8%
G = 21.96%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E5389 (or 0x9E5389) is known color: Strikemaster. HEX triplet: 9E, 53 and 89. RGB value is (158,83,137). Sum of RGB (Red+Green+Blue) = 158+83+137=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5389 is #61AC76. Grayscale: #6F6F6F. Windows color (decimal): -6401143 or 8999838. OLE color: 8999838.

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

Color convert

RGB 158 83 137 -
CMYK 0 0.47 0.13 0.38
HSL 316.8º 0.31% 0.47% -
HSV(B) 316.8º 0.47% 0.62% -
XYZ 21.71 15.26 25.47 -
YUV 111.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 158 83 137 0 0.47 0.13 0.38 316.8 0.31 0.47
Hex 9E 53 89 0 2F D 26 13D 1F 2F
Octal 236 123 211 0 57 15 46 475 37 57
Binary 10011110 1010011 10001001 0 101111 1101 100110 100111101 11111 101111

Color Harmonies of #9E5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5389

Black with #9E5389

Text Example


Text Example

White with #9E5389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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