Html Css Color HEX #9C4887 Strikemaster

📋 copy color: '#9C4887'

red 156 ◦ green 72 ◦ blue 135

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

Shades of Strikemaster #9C4887

Tints of Strikemaster #9C4887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 42.98%
G = 19.83%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C4887 (or 0x9C4887) is known color: Strikemaster. HEX triplet: 9C, 48 and 87. RGB value is (156,72,135). Sum of RGB (Red+Green+Blue) = 156+72+135=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4887 is #63B778. Grayscale: #686868. Windows color (decimal): -6535033 or 8865948. OLE color: 8865948.

HSL color Cylindrical-coordinate representation of color #9C4887: hue angle of 315º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4887 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 72 135 -
CMYK 0 0.54 0.13 0.39
HSL 315º 0.37% 0.45% -
HSV(B) 315º 0.54% 0.61% -
XYZ 20.4 13.45 24.44 -
YUV 104.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 156 72 135 0 0.54 0.13 0.39 315 0.37 0.45
Hex 9C 48 87 0 36 D 27 13B 25 2D
Octal 234 110 207 0 66 15 47 473 45 55
Binary 10011100 1001000 10000111 0 110110 1101 100111 100111011 100101 101101

Color Harmonies of #9C4887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4887

Black with #9C4887

Text Example


Text Example

White with #9C4887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,72,135); }

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

background-color css

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

 a { background-color: rgb(156,72,135); }

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

border-color css

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

 span { border-color: rgb(156,72,135); }

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