Html Css Color HEX #9C6486 Strikemaster

📋 copy color: '#9C6486'

red 156 ◦ green 100 ◦ blue 134

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

Shades of Strikemaster #9C6486

Tints of Strikemaster #9C6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

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

R = 40%
G = 25.64%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C6486 (or 0x9C6486) is known color: Strikemaster. HEX triplet: 9C, 64 and 86. RGB value is (156,100,134). Sum of RGB (Red+Green+Blue) = 156+100+134=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6486 is #639B79. Grayscale: #787878. Windows color (decimal): -6527866 or 8807580. OLE color: 8807580.

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

Color convert

RGB 156 100 134 -
CMYK 0 0.36 0.14 0.39
HSL 323.57º 0.22% 0.5% -
HSV(B) 323.57º 0.36% 0.61% -
XYZ 22.57 17.9 24.82 -
YUV 120.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 156 100 134 0 0.36 0.14 0.39 323.57 0.22 0.5
Hex 9C 64 86 0 24 E 27 144 16 32
Octal 234 144 206 0 44 16 47 504 26 62
Binary 10011100 1100100 10000110 0 100100 1110 100111 101000100 10110 110010

Color Harmonies of #9C6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6486

Black with #9C6486

Text Example


Text Example

White with #9C6486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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