Html Css Color HEX #9E7081 Strikemaster

📋 copy color: '#9E7081'

red 158 ◦ green 112 ◦ blue 129

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

Shades of Strikemaster #9E7081

Tints of Strikemaster #9E7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 39.6%
G = 28.07%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E7081 (or 0x9E7081) is known color: Strikemaster. HEX triplet: 9E, 70 and 81. RGB value is (158,112,129). Sum of RGB (Red+Green+Blue) = 158+112+129=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7081 is #618F7E. Grayscale: #7F7F7F. Windows color (decimal): -6393727 or 8482974. OLE color: 8482974.

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

Color convert

RGB 158 112 129 -
CMYK 0 0.29 0.18 0.38
HSL 337.83º 0.19% 0.53% -
HSV(B) 337.83º 0.29% 0.62% -
XYZ 23.86 20.44 23.46 -
YUV 127.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 158 112 129 0 0.29 0.18 0.38 337.83 0.19 0.53
Hex 9E 70 81 0 1D 12 26 152 13 35
Octal 236 160 201 0 35 22 46 522 23 65
Binary 10011110 1110000 10000001 0 11101 10010 100110 101010010 10011 110101

Color Harmonies of #9E7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7081

Black with #9E7081

Text Example


Text Example

White with #9E7081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,112,129); }

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

background-color css

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

 a { background-color: rgb(158,112,129); }

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

border-color css

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

 span { border-color: rgb(158,112,129); }

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