Html Css Color HEX #9E657D Strikemaster

📋 copy color: '#9E657D'

red 158 ◦ green 101 ◦ blue 125

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

Shades of Strikemaster #9E657D

Tints of Strikemaster #9E657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

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

R = 41.15%
G = 26.3%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E657D (or 0x9E657D) is known color: Strikemaster. HEX triplet: 9E, 65 and 7D. RGB value is (158,101,125). Sum of RGB (Red+Green+Blue) = 158+101+125=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E657D is #619A82. Grayscale: #787878. Windows color (decimal): -6396547 or 8218014. OLE color: 8218014.

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

Color convert

RGB 158 101 125 -
CMYK 0 0.36 0.21 0.38
HSL 334.74º 0.23% 0.51% -
HSV(B) 334.74º 0.36% 0.62% -
XYZ 22.46 18.06 21.7 -
YUV 120.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 158 101 125 0 0.36 0.21 0.38 334.74 0.23 0.51
Hex 9E 65 7D 0 24 15 26 14F 17 33
Octal 236 145 175 0 44 25 46 517 27 63
Binary 10011110 1100101 1111101 0 100100 10101 100110 101001111 10111 110011

Color Harmonies of #9E657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E657D

Black with #9E657D

Text Example


Text Example

White with #9E657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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