Html Css Color HEX #9E5587 Strikemaster

📋 copy color: '#9E5587'

red 158 ◦ green 85 ◦ blue 135

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

Shades of Strikemaster #9E5587

Tints of Strikemaster #9E5587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 41.8%
G = 22.49%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E5587 (or 0x9E5587) is known color: Strikemaster. HEX triplet: 9E, 55 and 87. RGB value is (158,85,135). Sum of RGB (Red+Green+Blue) = 158+85+135=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5587 is #61AA78. Grayscale: #707070. Windows color (decimal): -6400633 or 8869278. OLE color: 8869278.

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

Color convert

RGB 158 85 135 -
CMYK 0 0.46 0.15 0.38
HSL 318.9º 0.3% 0.48% -
HSV(B) 318.9º 0.46% 0.62% -
XYZ 21.72 15.52 24.77 -
YUV 112.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 158 85 135 0 0.46 0.15 0.38 318.9 0.3 0.48
Hex 9E 55 87 0 2E F 26 13F 1E 30
Octal 236 125 207 0 56 17 46 477 36 60
Binary 10011110 1010101 10000111 0 101110 1111 100110 100111111 11110 110000

Color Harmonies of #9E5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5587

Black with #9E5587

Text Example


Text Example

White with #9E5587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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