Html Css Color HEX #9E5688 Strikemaster

📋 copy color: '#9E5688'

red 158 ◦ green 86 ◦ blue 136

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

Shades of Strikemaster #9E5688

Tints of Strikemaster #9E5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

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

R = 41.58%
G = 22.63%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9E5688 (or 0x9E5688) is known color: Strikemaster. HEX triplet: 9E, 56 and 88. RGB value is (158,86,136). Sum of RGB (Red+Green+Blue) = 158+86+136=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5688 is #61A977. Grayscale: #717171. Windows color (decimal): -6400376 or 8935070. OLE color: 8935070.

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

Color convert

RGB 158 86 136 -
CMYK 0 0.46 0.14 0.38
HSL 318.33º 0.3% 0.48% -
HSV(B) 318.33º 0.46% 0.62% -
XYZ 21.87 15.7 25.17 -
YUV 113.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 158 86 136 0 0.46 0.14 0.38 318.33 0.3 0.48
Hex 9E 56 88 0 2E E 26 13E 1E 30
Octal 236 126 210 0 56 16 46 476 36 60
Binary 10011110 1010110 10001000 0 101110 1110 100110 100111110 11110 110000

Color Harmonies of #9E5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5688

Black with #9E5688

Text Example


Text Example

White with #9E5688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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