Html Css Color HEX #9F7586 Strikemaster

📋 copy color: '#9F7586'

red 159 ◦ green 117 ◦ blue 134

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

Shades of Strikemaster #9F7586

Tints of Strikemaster #9F7586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 38.78%
G = 28.54%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F7586 (or 0x9F7586) is known color: Strikemaster. HEX triplet: 9F, 75 and 86. RGB value is (159,117,134). Sum of RGB (Red+Green+Blue) = 159+117+134=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7586 is #608A79. Grayscale: #838383. Windows color (decimal): -6326906 or 8811935. OLE color: 8811935.

HSL color Cylindrical-coordinate representation of color #9F7586: hue angle of 335.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F7586 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 117 134 -
CMYK 0 0.26 0.16 0.38
HSL 335.71º 0.18% 0.54% -
HSV(B) 335.71º 0.26% 0.62% -
XYZ 24.96 21.81 25.45 -
YUV 131.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 159 117 134 0 0.26 0.16 0.38 335.71 0.18 0.54
Hex 9F 75 86 0 1A 10 26 150 12 36
Octal 237 165 206 0 32 20 46 520 22 66
Binary 10011111 1110101 10000110 0 11010 10000 100110 101010000 10010 110110

Color Harmonies of #9F7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7586

Black with #9F7586

Text Example


Text Example

White with #9F7586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,117,134); }

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

background-color css

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

 a { background-color: rgb(159,117,134); }

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

border-color css

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

 span { border-color: rgb(159,117,134); }

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