Html Css Color HEX #9C7486 Strikemaster

📋 copy color: '#9C7486'

red 156 ◦ green 116 ◦ blue 134

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

Shades of Strikemaster #9C7486

Tints of Strikemaster #9C7486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 38.42%
G = 28.57%
B = 33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C7486 (or 0x9C7486) is known color: Strikemaster. HEX triplet: 9C, 74 and 86. RGB value is (156,116,134). Sum of RGB (Red+Green+Blue) = 156+116+134=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7486 is #638B79. Grayscale: #818181. Windows color (decimal): -6523770 or 8811676. OLE color: 8811676.

HSL color Cylindrical-coordinate representation of color #9C7486: hue angle of 333º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7486 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 116 134 -
CMYK 0 0.26 0.14 0.39
HSL 333º 0.17% 0.53% -
HSV(B) 333º 0.26% 0.61% -
XYZ 24.26 21.28 25.38 -
YUV 130.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 156 116 134 0 0.26 0.14 0.39 333 0.17 0.53
Hex 9C 74 86 0 1A E 27 14D 11 35
Octal 234 164 206 0 32 16 47 515 21 65
Binary 10011100 1110100 10000110 0 11010 1110 100111 101001101 10001 110101

Color Harmonies of #9C7486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7486

Black with #9C7486

Text Example


Text Example

White with #9C7486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,116,134); }

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

background-color css

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

 a { background-color: rgb(156,116,134); }

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

border-color css

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

 span { border-color: rgb(156,116,134); }

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