Html Css Color HEX #9F5287 Strikemaster

📋 copy color: '#9F5287'

red 159 ◦ green 82 ◦ blue 135

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

Shades of Strikemaster #9F5287

Tints of Strikemaster #9F5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 42.29%
G = 21.81%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F5287 (or 0x9F5287) is known color: Strikemaster. HEX triplet: 9F, 52 and 87. RGB value is (159,82,135). Sum of RGB (Red+Green+Blue) = 159+82+135=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5287 is #60AD78. Grayscale: #6E6E6E. Windows color (decimal): -6335865 or 8868511. OLE color: 8868511.

HSL color Cylindrical-coordinate representation of color #9F5287: hue angle of 318.7º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5287 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 82 135 -
CMYK 0 0.48 0.15 0.38
HSL 318.7º 0.32% 0.47% -
HSV(B) 318.7º 0.48% 0.62% -
XYZ 21.69 15.15 24.7 -
YUV 111.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 159 82 135 0 0.48 0.15 0.38 318.7 0.32 0.47
Hex 9F 52 87 0 30 F 26 13F 20 2F
Octal 237 122 207 0 60 17 46 477 40 57
Binary 10011111 1010010 10000111 0 110000 1111 100110 100111111 100000 101111

Color Harmonies of #9F5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5287

Black with #9F5287

Text Example


Text Example

White with #9F5287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,82,135); }

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

background-color css

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

 a { background-color: rgb(159,82,135); }

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

border-color css

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

 span { border-color: rgb(159,82,135); }

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