Html Css Color HEX #9C4981 Strikemaster

📋 copy color: '#9C4981'

red 156 ◦ green 73 ◦ blue 129

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

Shades of Strikemaster #9C4981

Tints of Strikemaster #9C4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 43.58%
G = 20.39%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C4981 (or 0x9C4981) is known color: Strikemaster. HEX triplet: 9C, 49 and 81. RGB value is (156,73,129). Sum of RGB (Red+Green+Blue) = 156+73+129=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4981 is #63B67E. Grayscale: #686868. Windows color (decimal): -6534783 or 8472988. OLE color: 8472988.

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

Color convert

RGB 156 73 129 -
CMYK 0 0.53 0.17 0.39
HSL 319.52º 0.36% 0.45% -
HSV(B) 319.52º 0.53% 0.61% -
XYZ 20.06 13.42 22.3 -
YUV 104.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 156 73 129 0 0.53 0.17 0.39 319.52 0.36 0.45
Hex 9C 49 81 0 35 11 27 140 24 2D
Octal 234 111 201 0 65 21 47 500 44 55
Binary 10011100 1001001 10000001 0 110101 10001 100111 101000000 100100 101101

Color Harmonies of #9C4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4981

Black with #9C4981

Text Example


Text Example

White with #9C4981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,129); }

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

background-color css

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

 a { background-color: rgb(156,73,129); }

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

border-color css

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

 span { border-color: rgb(156,73,129); }

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