Html Css Color HEX #9C7184 Strikemaster

📋 copy color: '#9C7184'

red 156 ◦ green 113 ◦ blue 132

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

Shades of Strikemaster #9C7184

Tints of Strikemaster #9C7184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 38.9%
G = 28.18%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C7184 (or 0x9C7184) is known color: Strikemaster. HEX triplet: 9C, 71 and 84. RGB value is (156,113,132). Sum of RGB (Red+Green+Blue) = 156+113+132=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7184 is #638E7B. Grayscale: #7F7F7F. Windows color (decimal): -6524540 or 8679836. OLE color: 8679836.

HSL color Cylindrical-coordinate representation of color #9C7184: hue angle of 333.49º 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 #9C7184 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 113 132 -
CMYK 0 0.28 0.15 0.39
HSL 333.49º 0.18% 0.53% -
HSV(B) 333.49º 0.28% 0.61% -
XYZ 23.78 20.54 24.54 -
YUV 128.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 156 113 132 0 0.28 0.15 0.39 333.49 0.18 0.53
Hex 9C 71 84 0 1C F 27 14D 12 35
Octal 234 161 204 0 34 17 47 515 22 65
Binary 10011100 1110001 10000100 0 11100 1111 100111 101001101 10010 110101

Color Harmonies of #9C7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7184

Black with #9C7184

Text Example


Text Example

White with #9C7184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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