Html Css Color HEX #9C7484 Strikemaster

📋 copy color: '#9C7484'

red 156 ◦ green 116 ◦ blue 132

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

Shades of Strikemaster #9C7484

Tints of Strikemaster #9C7484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

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

R = 38.61%
G = 28.71%
B = 32.67%

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

#9C7484 (or 0x9C7484) is known color: Strikemaster. HEX triplet: 9C, 74 and 84. RGB value is (156,116,132). Sum of RGB (Red+Green+Blue) = 156+116+132=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7484 is #638B7B. Grayscale: #818181. Windows color (decimal): -6523772 or 8680604. OLE color: 8680604.

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

Color convert

RGB 156 116 132 -
CMYK 0 0.26 0.15 0.39
HSL 336º 0.17% 0.53% -
HSV(B) 336º 0.26% 0.61% -
XYZ 24.12 21.22 24.66 -
YUV 129.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 156 116 132 0 0.26 0.15 0.39 336 0.17 0.53
Hex 9C 74 84 0 1A F 27 150 11 35
Octal 234 164 204 0 32 17 47 520 21 65
Binary 10011100 1110100 10000100 0 11010 1111 100111 101010000 10001 110101

Color Harmonies of #9C7484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7484

Black with #9C7484

Text Example


Text Example

White with #9C7484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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