Html Css Color HEX #9C7384 Strikemaster

📋 copy color: '#9C7384'

red 156 ◦ green 115 ◦ blue 132

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

Shades of Strikemaster #9C7384

Tints of Strikemaster #9C7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

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

R = 38.71%
G = 28.54%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C7384 (or 0x9C7384) is known color: Strikemaster. HEX triplet: 9C, 73 and 84. RGB value is (156,115,132). Sum of RGB (Red+Green+Blue) = 156+115+132=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7384 is #638C7B. Grayscale: #818181. Windows color (decimal): -6524028 or 8680348. OLE color: 8680348.

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

Color convert

RGB 156 115 132 -
CMYK 0 0.26 0.15 0.39
HSL 335.12º 0.17% 0.53% -
HSV(B) 335.12º 0.26% 0.61% -
XYZ 24.01 21 24.62 -
YUV 129.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 156 115 132 0 0.26 0.15 0.39 335.12 0.17 0.53
Hex 9C 73 84 0 1A F 27 14F 11 35
Octal 234 163 204 0 32 17 47 517 21 65
Binary 10011100 1110011 10000100 0 11010 1111 100111 101001111 10001 110101

Color Harmonies of #9C7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7384

Black with #9C7384

Text Example


Text Example

White with #9C7384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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