Html Css Color HEX #9F637E Strikemaster

📋 copy color: '#9F637E'

red 159 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #9F637E

Tints of Strikemaster #9F637E

RGB

 RED value IS 159 (62.5% from 255) = 41.41%

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 41.41%
G = 25.78%
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

#9F637E (or 0x9F637E) is known color: Strikemaster. HEX triplet: 9F, 63 and 7E. RGB value is (159,99,126). Sum of RGB (Red+Green+Blue) = 159+99+126=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F637E is #609C81. Grayscale: #777777. Windows color (decimal): -6331522 or 8283039. OLE color: 8283039.

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

Color convert

RGB 159 99 126 -
CMYK 0 0.38 0.21 0.38
HSL 333º 0.24% 0.51% -
HSV(B) 333º 0.38% 0.62% -
XYZ 22.53 17.8 21.99 -
YUV 120.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 159 99 126 0 0.38 0.21 0.38 333 0.24 0.51
Hex 9F 63 7E 0 26 15 26 14D 18 33
Octal 237 143 176 0 46 25 46 515 30 63
Binary 10011111 1100011 1111110 0 100110 10101 100110 101001101 11000 110011

Color Harmonies of #9F637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F637E

Black with #9F637E

Text Example


Text Example

White with #9F637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,126); }

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

background-color css

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

 a { background-color: rgb(159,99,126); }

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

border-color css

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

 span { border-color: rgb(159,99,126); }

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