Html Css Color HEX #9E5B88 Strikemaster

📋 copy color: '#9E5B88'

red 158 ◦ green 91 ◦ blue 136

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

Shades of Strikemaster #9E5B88

Tints of Strikemaster #9E5B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 41.04%
G = 23.64%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9E5B88 (or 0x9E5B88) is known color: Strikemaster. HEX triplet: 9E, 5B and 88. RGB value is (158,91,136). Sum of RGB (Red+Green+Blue) = 158+91+136=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5B88 is #61A477. Grayscale: #747474. Windows color (decimal): -6399096 or 8936350. OLE color: 8936350.

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

Color convert

RGB 158 91 136 -
CMYK 0 0.42 0.14 0.38
HSL 319.7º 0.27% 0.49% -
HSV(B) 319.7º 0.42% 0.62% -
XYZ 22.29 16.53 25.31 -
YUV 116.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 158 91 136 0 0.42 0.14 0.38 319.7 0.27 0.49
Hex 9E 5B 88 0 2A E 26 140 1B 31
Octal 236 133 210 0 52 16 46 500 33 61
Binary 10011110 1011011 10001000 0 101010 1110 100110 101000000 11011 110001

Color Harmonies of #9E5B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5B88

Black with #9E5B88

Text Example


Text Example

White with #9E5B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,91,136); }

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

background-color css

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

 a { background-color: rgb(158,91,136); }

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

border-color css

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

 span { border-color: rgb(158,91,136); }

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