Html Css Color HEX #9E5087 Strikemaster

📋 copy color: '#9E5087'

red 158 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #9E5087

Tints of Strikemaster #9E5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 42.36%
G = 21.45%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E5087 (or 0x9E5087) is known color: Strikemaster. HEX triplet: 9E, 50 and 87. RGB value is (158,80,135). Sum of RGB (Red+Green+Blue) = 158+80+135=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5087 is #61AF78. Grayscale: #6D6D6D. Windows color (decimal): -6401913 or 8867998. OLE color: 8867998.

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

Color convert

RGB 158 80 135 -
CMYK 0 0.49 0.15 0.38
HSL 317.69º 0.33% 0.47% -
HSV(B) 317.69º 0.49% 0.62% -
XYZ 21.34 14.76 24.64 -
YUV 109.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 158 80 135 0 0.49 0.15 0.38 317.69 0.33 0.47
Hex 9E 50 87 0 31 F 26 13E 21 2F
Octal 236 120 207 0 61 17 46 476 41 57
Binary 10011110 1010000 10000111 0 110001 1111 100110 100111110 100001 101111

Color Harmonies of #9E5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5087

Black with #9E5087

Text Example


Text Example

White with #9E5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,135); }

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

background-color css

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

 a { background-color: rgb(158,80,135); }

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

border-color css

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

 span { border-color: rgb(158,80,135); }

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