Html Css Color HEX #9E697C Strikemaster

📋 copy color: '#9E697C'

red 158 ◦ green 105 ◦ blue 124

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

Shades of Strikemaster #9E697C

Tints of Strikemaster #9E697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 40.83%
G = 27.13%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E697C (or 0x9E697C) is known color: Strikemaster. HEX triplet: 9E, 69 and 7C. RGB value is (158,105,124). Sum of RGB (Red+Green+Blue) = 158+105+124=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E697C is #619683. Grayscale: #7A7A7A. Windows color (decimal): -6395524 or 8153502. OLE color: 8153502.

HSL color Cylindrical-coordinate representation of color #9E697C: hue angle of 338.49º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E697C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 105 124 -
CMYK 0 0.34 0.22 0.38
HSL 338.49º 0.21% 0.52% -
HSV(B) 338.49º 0.34% 0.62% -
XYZ 22.79 18.83 21.5 -
YUV 123.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 158 105 124 0 0.34 0.22 0.38 338.49 0.21 0.52
Hex 9E 69 7C 0 22 16 26 152 15 34
Octal 236 151 174 0 42 26 46 522 25 64
Binary 10011110 1101001 1111100 0 100010 10110 100110 101010010 10101 110100

Color Harmonies of #9E697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E697C

Black with #9E697C

Text Example


Text Example

White with #9E697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,105,124); }

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

background-color css

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

 a { background-color: rgb(158,105,124); }

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

border-color css

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

 span { border-color: rgb(158,105,124); }

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