Html Css Color HEX #9E587B Strikemaster

📋 copy color: '#9E587B'

red 158 ◦ green 88 ◦ blue 123

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

Shades of Strikemaster #9E587B

Tints of Strikemaster #9E587B

RGB

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

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

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

R = 42.82%
G = 23.85%
B = 33.33%

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

#9E587B (or 0x9E587B) is known color: Strikemaster. HEX triplet: 9E, 58 and 7B. RGB value is (158,88,123). Sum of RGB (Red+Green+Blue) = 158+88+123=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E587B is #61A784. Grayscale: #707070. Windows color (decimal): -6399877 or 8083614. OLE color: 8083614.

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

Color convert

RGB 158 88 123 -
CMYK 0 0.44 0.22 0.38
HSL 330º 0.28% 0.48% -
HSV(B) 330º 0.44% 0.62% -
XYZ 21.17 15.68 20.65 -
YUV 112.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 158 88 123 0 0.44 0.22 0.38 330 0.28 0.48
Hex 9E 58 7B 0 2C 16 26 14A 1C 30
Octal 236 130 173 0 54 26 46 512 34 60
Binary 10011110 1011000 1111011 0 101100 10110 100110 101001010 11100 110000

Color Harmonies of #9E587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E587B

Black with #9E587B

Text Example


Text Example

White with #9E587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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