Html Css Color HEX #9C4E81 Strikemaster

📋 copy color: '#9C4E81'

red 156 ◦ green 78 ◦ blue 129

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

Shades of Strikemaster #9C4E81

Tints of Strikemaster #9C4E81

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

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

R = 42.98%
G = 21.49%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C4E81 (or 0x9C4E81) is known color: Strikemaster. HEX triplet: 9C, 4E and 81. RGB value is (156,78,129). Sum of RGB (Red+Green+Blue) = 156+78+129=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4E81 is #63B17E. Grayscale: #6B6B6B. Windows color (decimal): -6533503 or 8474268. OLE color: 8474268.

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

Color convert

RGB 156 78 129 -
CMYK 0 0.5 0.17 0.39
HSL 320.77º 0.33% 0.46% -
HSV(B) 320.77º 0.5% 0.61% -
XYZ 20.4 14.1 22.42 -
YUV 107.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 156 78 129 0 0.5 0.17 0.39 320.77 0.33 0.46
Hex 9C 4E 81 0 32 11 27 141 21 2E
Octal 234 116 201 0 62 21 47 501 41 56
Binary 10011100 1001110 10000001 0 110010 10001 100111 101000001 100001 101110

Color Harmonies of #9C4E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4E81

Black with #9C4E81

Text Example


Text Example

White with #9C4E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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