Html Css Color HEX #9F6380 Strikemaster

📋 copy color: '#9F6380'

red 159 ◦ green 99 ◦ blue 128

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

Shades of Strikemaster #9F6380

Tints of Strikemaster #9F6380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 41.19%
G = 25.65%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F6380 (or 0x9F6380) is known color: Strikemaster. HEX triplet: 9F, 63 and 80. RGB value is (159,99,128). Sum of RGB (Red+Green+Blue) = 159+99+128=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6380 is #609C7F. Grayscale: #787878. Windows color (decimal): -6331520 or 8414111. OLE color: 8414111.

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

Color convert

RGB 159 99 128 -
CMYK 0 0.38 0.19 0.38
HSL 331º 0.24% 0.51% -
HSV(B) 331º 0.38% 0.62% -
XYZ 22.66 17.85 22.67 -
YUV 120.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 159 99 128 0 0.38 0.19 0.38 331 0.24 0.51
Hex 9F 63 80 0 26 13 26 14B 18 33
Octal 237 143 200 0 46 23 46 513 30 63
Binary 10011111 1100011 10000000 0 100110 10011 100110 101001011 11000 110011

Color Harmonies of #9F6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6380

Black with #9F6380

Text Example


Text Example

White with #9F6380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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