Html Css Color HEX #9E677D Strikemaster

📋 copy color: '#9E677D'

red 158 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #9E677D

Tints of Strikemaster #9E677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 40.93%
G = 26.68%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E677D (or 0x9E677D) is known color: Strikemaster. HEX triplet: 9E, 67 and 7D. RGB value is (158,103,125). Sum of RGB (Red+Green+Blue) = 158+103+125=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E677D is #619882. Grayscale: #797979. Windows color (decimal): -6396035 or 8218526. OLE color: 8218526.

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

Color convert

RGB 158 103 125 -
CMYK 0 0.35 0.21 0.38
HSL 336º 0.22% 0.51% -
HSV(B) 336º 0.35% 0.62% -
XYZ 22.65 18.45 21.77 -
YUV 121.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 158 103 125 0 0.35 0.21 0.38 336 0.22 0.51
Hex 9E 67 7D 0 23 15 26 150 16 33
Octal 236 147 175 0 43 25 46 520 26 63
Binary 10011110 1100111 1111101 0 100011 10101 100110 101010000 10110 110011

Color Harmonies of #9E677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E677D

Black with #9E677D

Text Example


Text Example

White with #9E677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,103,125); }

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

background-color css

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

 a { background-color: rgb(158,103,125); }

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

border-color css

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

 span { border-color: rgb(158,103,125); }

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