Html Css Color HEX #9C6980 Strikemaster

📋 copy color: '#9C6980'

red 156 ◦ green 105 ◦ blue 128

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

Shades of Strikemaster #9C6980

Tints of Strikemaster #9C6980

RGB

 RED value IS 156 (61.33% from 255) = 40.1%

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 40.1%
G = 26.99%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C6980 (or 0x9C6980) is known color: Strikemaster. HEX triplet: 9C, 69 and 80. RGB value is (156,105,128). Sum of RGB (Red+Green+Blue) = 156+105+128=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6980 is #63967F. Grayscale: #7A7A7A. Windows color (decimal): -6526592 or 8415644. OLE color: 8415644.

HSL color Cylindrical-coordinate representation of color #9C6980: hue angle of 332.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6980 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 128 -
CMYK 0 0.33 0.18 0.39
HSL 332.94º 0.2% 0.51% -
HSV(B) 332.94º 0.33% 0.61% -
XYZ 22.66 18.73 22.84 -
YUV 122.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 156 105 128 0 0.33 0.18 0.39 332.94 0.2 0.51
Hex 9C 69 80 0 21 12 27 14D 14 33
Octal 234 151 200 0 41 22 47 515 24 63
Binary 10011100 1101001 10000000 0 100001 10010 100111 101001101 10100 110011

Color Harmonies of #9C6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6980

Black with #9C6980

Text Example


Text Example

White with #9C6980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,128); }

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

background-color css

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

 a { background-color: rgb(156,105,128); }

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

border-color css

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

 span { border-color: rgb(156,105,128); }

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