Html Css Color HEX #9C6686 Strikemaster

📋 copy color: '#9C6686'

red 156 ◦ green 102 ◦ blue 134

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

Shades of Strikemaster #9C6686

Tints of Strikemaster #9C6686

RGB

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

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

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

R = 39.8%
G = 26.02%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C6686 (or 0x9C6686) is known color: Strikemaster. HEX triplet: 9C, 66 and 86. RGB value is (156,102,134). Sum of RGB (Red+Green+Blue) = 156+102+134=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6686 is #639979. Grayscale: #797979. Windows color (decimal): -6527354 or 8808092. OLE color: 8808092.

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

Color convert

RGB 156 102 134 -
CMYK 0 0.35 0.14 0.39
HSL 324.44º 0.21% 0.51% -
HSV(B) 324.44º 0.35% 0.61% -
XYZ 22.76 18.29 24.89 -
YUV 121.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 156 102 134 0 0.35 0.14 0.39 324.44 0.21 0.51
Hex 9C 66 86 0 23 E 27 144 15 33
Octal 234 146 206 0 43 16 47 504 25 63
Binary 10011100 1100110 10000110 0 100011 1110 100111 101000100 10101 110011

Color Harmonies of #9C6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6686

Black with #9C6686

Text Example


Text Example

White with #9C6686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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