Html Css Color HEX #9F6686 Strikemaster

📋 copy color: '#9F6686'

red 159 ◦ green 102 ◦ blue 134

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

Shades of Strikemaster #9F6686

Tints of Strikemaster #9F6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 40.25%
G = 25.82%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F6686 (or 0x9F6686) is known color: Strikemaster. HEX triplet: 9F, 66 and 86. RGB value is (159,102,134). Sum of RGB (Red+Green+Blue) = 159+102+134=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6686 is #609979. Grayscale: #7A7A7A. Windows color (decimal): -6330746 or 8808095. OLE color: 8808095.

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

Color convert

RGB 159 102 134 -
CMYK 0 0.36 0.16 0.38
HSL 326.32º 0.23% 0.51% -
HSV(B) 326.32º 0.36% 0.62% -
XYZ 23.35 18.59 24.91 -
YUV 122.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 159 102 134 0 0.36 0.16 0.38 326.32 0.23 0.51
Hex 9F 66 86 0 24 10 26 146 17 33
Octal 237 146 206 0 44 20 46 506 27 63
Binary 10011111 1100110 10000110 0 100100 10000 100110 101000110 10111 110011

Color Harmonies of #9F6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6686

Black with #9F6686

Text Example


Text Example

White with #9F6686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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