Html Css Color HEX #9C6A7C Strikemaster

📋 copy color: '#9C6A7C'

red 156 ◦ green 106 ◦ blue 124

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

Shades of Strikemaster #9C6A7C

Tints of Strikemaster #9C6A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 40.41%
G = 27.46%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C6A7C (or 0x9C6A7C) is known color: Strikemaster. HEX triplet: 9C, 6A and 7C. RGB value is (156,106,124). Sum of RGB (Red+Green+Blue) = 156+106+124=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A7C is #639583. Grayscale: #7A7A7A. Windows color (decimal): -6526340 or 8153756. OLE color: 8153756.

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

Color convert

RGB 156 106 124 -
CMYK 0 0.32 0.21 0.39
HSL 338.4º 0.2% 0.51% -
HSV(B) 338.4º 0.32% 0.61% -
XYZ 22.5 18.83 21.52 -
YUV 123 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 156 106 124 0 0.32 0.21 0.39 338.4 0.2 0.51
Hex 9C 6A 7C 0 20 15 27 152 14 33
Octal 234 152 174 0 40 25 47 522 24 63
Binary 10011100 1101010 1111100 0 100000 10101 100111 101010010 10100 110011

Color Harmonies of #9C6A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A7C

Black with #9C6A7C

Text Example


Text Example

White with #9C6A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,124); }

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

background-color css

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

 a { background-color: rgb(156,106,124); }

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

border-color css

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

 span { border-color: rgb(156,106,124); }

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