Html Css Color HEX #9F5686 Strikemaster

📋 copy color: '#9F5686'

red 159 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #9F5686

Tints of Strikemaster #9F5686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 41.95%
G = 22.69%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F5686 (or 0x9F5686) is known color: Strikemaster. HEX triplet: 9F, 56 and 86. RGB value is (159,86,134). Sum of RGB (Red+Green+Blue) = 159+86+134=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5686 is #60A979. Grayscale: #717171. Windows color (decimal): -6334842 or 8803999. OLE color: 8803999.

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

Color convert

RGB 159 86 134 -
CMYK 0 0.46 0.16 0.38
HSL 320.55º 0.3% 0.48% -
HSV(B) 320.55º 0.46% 0.62% -
XYZ 21.93 15.75 24.44 -
YUV 113.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 159 86 134 0 0.46 0.16 0.38 320.55 0.3 0.48
Hex 9F 56 86 0 2E 10 26 141 1E 30
Octal 237 126 206 0 56 20 46 501 36 60
Binary 10011111 1010110 10000110 0 101110 10000 100110 101000001 11110 110000

Color Harmonies of #9F5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5686

Black with #9F5686

Text Example


Text Example

White with #9F5686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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