Html Css Color HEX #9A637C Strikemaster

📋 copy color: '#9A637C'

red 154 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #9A637C

Tints of Strikemaster #9A637C

RGB

 RED value IS 154 (60.55% from 255) = 40.85%

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

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

R = 40.85%
G = 26.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A637C (or 0x9A637C) is known color: Strikemaster. HEX triplet: 9A, 63 and 7C. RGB value is (154,99,124). Sum of RGB (Red+Green+Blue) = 154+99+124=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A637C is #659C83. Grayscale: #767676. Windows color (decimal): -6659204 or 8151962. OLE color: 8151962.

HSL color Cylindrical-coordinate representation of color #9A637C: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A637C is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 124 -
CMYK 0 0.36 0.19 0.40
HSL 332.73º 0.22% 0.5% -
HSV(B) 332.73º 0.36% 0.6% -
XYZ 21.43 17.25 21.27 -
YUV 118.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 154 99 124 0 0.36 0.19 0.40 332.73 0.22 0.5
Hex 9A 63 7C 0 24 13 28 14D 16 32
Octal 232 143 174 0 44 23 50 515 26 62
Binary 10011010 1100011 1111100 0 100100 10011 101000 101001101 10110 110010

Color Harmonies of #9A637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A637C

Black with #9A637C

Text Example


Text Example

White with #9A637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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