Html Css Color HEX #9E627D Strikemaster

📋 copy color: '#9E627D'

red 158 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #9E627D

Tints of Strikemaster #9E627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

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

R = 41.47%
G = 25.72%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E627D (or 0x9E627D) is known color: Strikemaster. HEX triplet: 9E, 62 and 7D. RGB value is (158,98,125). Sum of RGB (Red+Green+Blue) = 158+98+125=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E627D is #619D82. Grayscale: #767676. Windows color (decimal): -6397315 or 8217246. OLE color: 8217246.

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

Color convert

RGB 158 98 125 -
CMYK 0 0.38 0.21 0.38
HSL 333º 0.24% 0.5% -
HSV(B) 333º 0.38% 0.62% -
XYZ 22.17 17.49 21.61 -
YUV 119.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 158 98 125 0 0.38 0.21 0.38 333 0.24 0.5
Hex 9E 62 7D 0 26 15 26 14D 18 32
Octal 236 142 175 0 46 25 46 515 30 62
Binary 10011110 1100010 1111101 0 100110 10101 100110 101001101 11000 110010

Color Harmonies of #9E627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E627D

Black with #9E627D

Text Example


Text Example

White with #9E627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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