Html Css Color HEX #9E5388 Strikemaster

📋 copy color: '#9E5388'

red 158 ◦ green 83 ◦ blue 136

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

Shades of Strikemaster #9E5388

Tints of Strikemaster #9E5388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 41.91%
G = 22.02%
B = 36.07%

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

#9E5388 (or 0x9E5388) is known color: Strikemaster. HEX triplet: 9E, 53 and 88. RGB value is (158,83,136). Sum of RGB (Red+Green+Blue) = 158+83+136=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5388 is #61AC77. Grayscale: #6F6F6F. Windows color (decimal): -6401144 or 8934302. OLE color: 8934302.

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

Color convert

RGB 158 83 136 -
CMYK 0 0.47 0.14 0.38
HSL 317.6º 0.31% 0.47% -
HSV(B) 317.6º 0.47% 0.62% -
XYZ 21.64 15.23 25.09 -
YUV 111.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 158 83 136 0 0.47 0.14 0.38 317.6 0.31 0.47
Hex 9E 53 88 0 2F E 26 13E 1F 2F
Octal 236 123 210 0 57 16 46 476 37 57
Binary 10011110 1010011 10001000 0 101111 1110 100110 100111110 11111 101111

Color Harmonies of #9E5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5388

Black with #9E5388

Text Example


Text Example

White with #9E5388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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