Html Css Color HEX #9E637C Strikemaster

📋 copy color: '#9E637C'

red 158 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #9E637C

Tints of Strikemaster #9E637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 41.47%
G = 25.98%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E637C (or 0x9E637C) is known color: Strikemaster. HEX triplet: 9E, 63 and 7C. RGB value is (158,99,124). Sum of RGB (Red+Green+Blue) = 158+99+124=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E637C is #619C83. Grayscale: #777777. Windows color (decimal): -6397060 or 8151966. OLE color: 8151966.

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

Color convert

RGB 158 99 124 -
CMYK 0 0.37 0.22 0.38
HSL 334.58º 0.23% 0.5% -
HSV(B) 334.58º 0.37% 0.62% -
XYZ 22.2 17.65 21.31 -
YUV 119.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 158 99 124 0 0.37 0.22 0.38 334.58 0.23 0.5
Hex 9E 63 7C 0 25 16 26 14F 17 32
Octal 236 143 174 0 45 26 46 517 27 62
Binary 10011110 1100011 1111100 0 100101 10110 100110 101001111 10111 110010

Color Harmonies of #9E637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E637C

Black with #9E637C

Text Example


Text Example

White with #9E637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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