Html Css Color HEX #9E6079 Strikemaster

📋 copy color: '#9E6079'

red 158 ◦ green 96 ◦ blue 121

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

Shades of Strikemaster #9E6079

Tints of Strikemaster #9E6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 42.13%
G = 25.6%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E6079 (or 0x9E6079) is known color: Strikemaster. HEX triplet: 9E, 60 and 79. RGB value is (158,96,121). Sum of RGB (Red+Green+Blue) = 158+96+121=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6079 is #619F86. Grayscale: #757575. Windows color (decimal): -6397831 or 7954590. OLE color: 7954590.

HSL color Cylindrical-coordinate representation of color #9E6079: hue angle of 335.81º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6079 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 96 121 -
CMYK 0 0.39 0.23 0.38
HSL 335.81º 0.24% 0.5% -
HSV(B) 335.81º 0.39% 0.62% -
XYZ 21.73 17.02 20.23 -
YUV 117.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 158 96 121 0 0.39 0.23 0.38 335.81 0.24 0.5
Hex 9E 60 79 0 27 17 26 150 18 32
Octal 236 140 171 0 47 27 46 520 30 62
Binary 10011110 1100000 1111001 0 100111 10111 100110 101010000 11000 110010

Color Harmonies of #9E6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6079

Black with #9E6079

Text Example


Text Example

White with #9E6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,121); }

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

background-color css

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

 a { background-color: rgb(158,96,121); }

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

border-color css

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

 span { border-color: rgb(158,96,121); }

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