Html Css Color HEX #9C7182 Strikemaster

📋 copy color: '#9C7182'

red 156 ◦ green 113 ◦ blue 130

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

Shades of Strikemaster #9C7182

Tints of Strikemaster #9C7182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 39.1%
G = 28.32%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C7182 (or 0x9C7182) is known color: Strikemaster. HEX triplet: 9C, 71 and 82. RGB value is (156,113,130). Sum of RGB (Red+Green+Blue) = 156+113+130=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7182 is #638E7D. Grayscale: #7F7F7F. Windows color (decimal): -6524542 or 8548764. OLE color: 8548764.

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

Color convert

RGB 156 113 130 -
CMYK 0 0.28 0.17 0.39
HSL 336.28º 0.18% 0.53% -
HSV(B) 336.28º 0.28% 0.61% -
XYZ 23.64 20.49 23.83 -
YUV 127.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 156 113 130 0 0.28 0.17 0.39 336.28 0.18 0.53
Hex 9C 71 82 0 1C 11 27 150 12 35
Octal 234 161 202 0 34 21 47 520 22 65
Binary 10011100 1110001 10000010 0 11100 10001 100111 101010000 10010 110101

Color Harmonies of #9C7182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7182

Black with #9C7182

Text Example


Text Example

White with #9C7182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,130); }

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

background-color css

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

 a { background-color: rgb(156,113,130); }

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

border-color css

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

 span { border-color: rgb(156,113,130); }

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