Html Css Color HEX #9E577B Strikemaster

📋 copy color: '#9E577B'

red 158 ◦ green 87 ◦ blue 123

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

Shades of Strikemaster #9E577B

Tints of Strikemaster #9E577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 42.93%
G = 23.64%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E577B (or 0x9E577B) is known color: Strikemaster. HEX triplet: 9E, 57 and 7B. RGB value is (158,87,123). Sum of RGB (Red+Green+Blue) = 158+87+123=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E577B is #61A884. Grayscale: #707070. Windows color (decimal): -6400133 or 8083358. OLE color: 8083358.

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

Color convert

RGB 158 87 123 -
CMYK 0 0.45 0.22 0.38
HSL 329.58º 0.29% 0.48% -
HSV(B) 329.58º 0.45% 0.62% -
XYZ 21.08 15.52 20.62 -
YUV 112.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 158 87 123 0 0.45 0.22 0.38 329.58 0.29 0.48
Hex 9E 57 7B 0 2D 16 26 14A 1D 30
Octal 236 127 173 0 55 26 46 512 35 60
Binary 10011110 1010111 1111011 0 101101 10110 100110 101001010 11101 110000

Color Harmonies of #9E577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E577B

Black with #9E577B

Text Example


Text Example

White with #9E577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,87,123); }

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

background-color css

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

 a { background-color: rgb(158,87,123); }

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

border-color css

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

 span { border-color: rgb(158,87,123); }

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