Html Css Color HEX #9E587C Strikemaster

📋 copy color: '#9E587C'

red 158 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #9E587C

Tints of Strikemaster #9E587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 42.7%
G = 23.78%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E587C (or 0x9E587C) is known color: Strikemaster. HEX triplet: 9E, 58 and 7C. RGB value is (158,88,124). Sum of RGB (Red+Green+Blue) = 158+88+124=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E587C is #61A783. Grayscale: #707070. Windows color (decimal): -6399876 or 8149150. OLE color: 8149150.

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

Color convert

RGB 158 88 124 -
CMYK 0 0.44 0.22 0.38
HSL 329.14º 0.28% 0.48% -
HSV(B) 329.14º 0.44% 0.62% -
XYZ 21.23 15.7 20.98 -
YUV 113.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 158 88 124 0 0.44 0.22 0.38 329.14 0.28 0.48
Hex 9E 58 7C 0 2C 16 26 149 1C 30
Octal 236 130 174 0 54 26 46 511 34 60
Binary 10011110 1011000 1111100 0 101100 10110 100110 101001001 11100 110000

Color Harmonies of #9E587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E587C

Black with #9E587C

Text Example


Text Example

White with #9E587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,88,124); }

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

background-color css

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

 a { background-color: rgb(158,88,124); }

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

border-color css

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

 span { border-color: rgb(158,88,124); }

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