Html Css Color HEX #9F6486 Strikemaster

📋 copy color: '#9F6486'

red 159 ◦ green 100 ◦ blue 134

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

Shades of Strikemaster #9F6486

Tints of Strikemaster #9F6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 40.46%
G = 25.45%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F6486 (or 0x9F6486) is known color: Strikemaster. HEX triplet: 9F, 64 and 86. RGB value is (159,100,134). Sum of RGB (Red+Green+Blue) = 159+100+134=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6486 is #609B79. Grayscale: #797979. Windows color (decimal): -6331258 or 8807583. OLE color: 8807583.

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

Color convert

RGB 159 100 134 -
CMYK 0 0.37 0.16 0.38
HSL 325.42º 0.24% 0.51% -
HSV(B) 325.42º 0.37% 0.62% -
XYZ 23.16 18.21 24.85 -
YUV 121.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 159 100 134 0 0.37 0.16 0.38 325.42 0.24 0.51
Hex 9F 64 86 0 25 10 26 145 18 33
Octal 237 144 206 0 45 20 46 505 30 63
Binary 10011111 1100100 10000110 0 100101 10000 100110 101000101 11000 110011

Color Harmonies of #9F6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6486

Black with #9F6486

Text Example


Text Example

White with #9F6486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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