Html Css Color HEX #9F6080 Strikemaster

📋 copy color: '#9F6080'

red 159 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #9F6080

Tints of Strikemaster #9F6080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 41.51%
G = 25.07%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F6080 (or 0x9F6080) is known color: Strikemaster. HEX triplet: 9F, 60 and 80. RGB value is (159,96,128). Sum of RGB (Red+Green+Blue) = 159+96+128=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6080 is #609F7F. Grayscale: #767676. Windows color (decimal): -6332288 or 8413343. OLE color: 8413343.

HSL color Cylindrical-coordinate representation of color #9F6080: hue angle of 329.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6080 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 128 -
CMYK 0 0.40 0.19 0.38
HSL 329.52º 0.25% 0.5% -
HSV(B) 329.52º 0.4% 0.62% -
XYZ 22.38 17.3 22.58 -
YUV 118.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 159 96 128 0 0.40 0.19 0.38 329.52 0.25 0.5
Hex 9F 60 80 0 28 13 26 14A 19 32
Octal 237 140 200 0 50 23 46 512 31 62
Binary 10011111 1100000 10000000 0 101000 10011 100110 101001010 11001 110010

Color Harmonies of #9F6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6080

Black with #9F6080

Text Example


Text Example

White with #9F6080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,128); }

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

background-color css

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

 a { background-color: rgb(159,96,128); }

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

border-color css

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

 span { border-color: rgb(159,96,128); }

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