Html Css Color HEX #9F7585 Strikemaster

📋 copy color: '#9F7585'

red 159 ◦ green 117 ◦ blue 133

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

Shades of Strikemaster #9F7585

Tints of Strikemaster #9F7585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.52%

R = 38.88%
G = 28.61%
B = 32.52%

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

#9F7585 (or 0x9F7585) is known color: Strikemaster. HEX triplet: 9F, 75 and 85. RGB value is (159,117,133). Sum of RGB (Red+Green+Blue) = 159+117+133=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7585 is #608A7A. Grayscale: #838383. Windows color (decimal): -6326907 or 8746399. OLE color: 8746399.

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

Color convert

RGB 159 117 133 -
CMYK 0 0.26 0.16 0.38
HSL 337.14º 0.18% 0.54% -
HSV(B) 337.14º 0.26% 0.62% -
XYZ 24.89 21.79 25.08 -
YUV 131.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 159 117 133 0 0.26 0.16 0.38 337.14 0.18 0.54
Hex 9F 75 85 0 1A 10 26 151 12 36
Octal 237 165 205 0 32 20 46 521 22 66
Binary 10011111 1110101 10000101 0 11010 10000 100110 101010001 10010 110110

Color Harmonies of #9F7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7585

Black with #9F7585

Text Example


Text Example

White with #9F7585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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