Html Css Color HEX #9C4881 Strikemaster

📋 copy color: '#9C4881'

red 156 ◦ green 72 ◦ blue 129

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

Shades of Strikemaster #9C4881

Tints of Strikemaster #9C4881

RGB

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

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

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

R = 43.7%
G = 20.17%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C4881 (or 0x9C4881) is known color: Strikemaster. HEX triplet: 9C, 48 and 81. RGB value is (156,72,129). Sum of RGB (Red+Green+Blue) = 156+72+129=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4881 is #63B77E. Grayscale: #676767. Windows color (decimal): -6535039 or 8472732. OLE color: 8472732.

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

Color convert

RGB 156 72 129 -
CMYK 0 0.54 0.17 0.39
HSL 319.29º 0.37% 0.45% -
HSV(B) 319.29º 0.54% 0.61% -
XYZ 19.99 13.29 22.28 -
YUV 103.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 156 72 129 0 0.54 0.17 0.39 319.29 0.37 0.45
Hex 9C 48 81 0 36 11 27 13F 25 2D
Octal 234 110 201 0 66 21 47 477 45 55
Binary 10011100 1001000 10000001 0 110110 10001 100111 100111111 100101 101101

Color Harmonies of #9C4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4881

Black with #9C4881

Text Example


Text Example

White with #9C4881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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