Html Css Color HEX #9E627F Strikemaster

📋 copy color: '#9E627F'

red 158 ◦ green 98 ◦ blue 127

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

Shades of Strikemaster #9E627F

Tints of Strikemaster #9E627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.16%

R = 41.25%
G = 25.59%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E627F (or 0x9E627F) is known color: Strikemaster. HEX triplet: 9E, 62 and 7F. RGB value is (158,98,127). Sum of RGB (Red+Green+Blue) = 158+98+127=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E627F is #619D80. Grayscale: #777777. Windows color (decimal): -6397313 or 8348318. OLE color: 8348318.

HSL color Cylindrical-coordinate representation of color #9E627F: hue angle of 331º 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 #9E627F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 98 127 -
CMYK 0 0.38 0.20 0.38
HSL 331º 0.24% 0.5% -
HSV(B) 331º 0.38% 0.62% -
XYZ 22.3 17.54 22.29 -
YUV 119.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 158 98 127 0 0.38 0.20 0.38 331 0.24 0.5
Hex 9E 62 7F 0 26 14 26 14B 18 32
Octal 236 142 177 0 46 24 46 513 30 62
Binary 10011110 1100010 1111111 0 100110 10100 100110 101001011 11000 110010

Color Harmonies of #9E627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E627F

Black with #9E627F

Text Example


Text Example

White with #9E627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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