Html Css Color HEX #9E7386 Strikemaster

📋 copy color: '#9E7386'

red 158 ◦ green 115 ◦ blue 134

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

Shades of Strikemaster #9E7386

Tints of Strikemaster #9E7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 38.82%
G = 28.26%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E7386 (or 0x9E7386) is known color: Strikemaster. HEX triplet: 9E, 73 and 86. RGB value is (158,115,134). Sum of RGB (Red+Green+Blue) = 158+115+134=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7386 is #618C79. Grayscale: #818181. Windows color (decimal): -6392954 or 8811422. OLE color: 8811422.

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

Color convert

RGB 158 115 134 -
CMYK 0 0.27 0.15 0.38
HSL 333.49º 0.18% 0.54% -
HSV(B) 333.49º 0.27% 0.62% -
XYZ 24.53 21.25 25.36 -
YUV 130.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 158 115 134 0 0.27 0.15 0.38 333.49 0.18 0.54
Hex 9E 73 86 0 1B F 26 14D 12 36
Octal 236 163 206 0 33 17 46 515 22 66
Binary 10011110 1110011 10000110 0 11011 1111 100110 101001101 10010 110110

Color Harmonies of #9E7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7386

Black with #9E7386

Text Example


Text Example

White with #9E7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,115,134); }

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

background-color css

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

 a { background-color: rgb(158,115,134); }

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

border-color css

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

 span { border-color: rgb(158,115,134); }

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