Html Css Color HEX #9E5488 Strikemaster

📋 copy color: '#9E5488'

red 158 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #9E5488

Tints of Strikemaster #9E5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

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

R = 41.8%
G = 22.22%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9E5488 (or 0x9E5488) is known color: Strikemaster. HEX triplet: 9E, 54 and 88. RGB value is (158,84,136). Sum of RGB (Red+Green+Blue) = 158+84+136=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5488 is #61AB77. Grayscale: #6F6F6F. Windows color (decimal): -6400888 or 8934558. OLE color: 8934558.

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

Color convert

RGB 158 84 136 -
CMYK 0 0.47 0.14 0.38
HSL 317.84º 0.31% 0.47% -
HSV(B) 317.84º 0.47% 0.62% -
XYZ 21.71 15.39 25.12 -
YUV 112.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 158 84 136 0 0.47 0.14 0.38 317.84 0.31 0.47
Hex 9E 54 88 0 2F E 26 13E 1F 2F
Octal 236 124 210 0 57 16 46 476 37 57
Binary 10011110 1010100 10001000 0 101111 1110 100110 100111110 11111 101111

Color Harmonies of #9E5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5488

Black with #9E5488

Text Example


Text Example

White with #9E5488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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