Html Css Color HEX #9C5280 Strikemaster

📋 copy color: '#9C5280'

red 156 ◦ green 82 ◦ blue 128

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

Shades of Strikemaster #9C5280

Tints of Strikemaster #9C5280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 42.62%
G = 22.4%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C5280 (or 0x9C5280) is known color: Strikemaster. HEX triplet: 9C, 52 and 80. RGB value is (156,82,128). Sum of RGB (Red+Green+Blue) = 156+82+128=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5280 is #63AD7F. Grayscale: #6D6D6D. Windows color (decimal): -6532480 or 8409756. OLE color: 8409756.

HSL color Cylindrical-coordinate representation of color #9C5280: hue angle of 322.7º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5280 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 128 -
CMYK 0 0.47 0.18 0.39
HSL 322.7º 0.31% 0.47% -
HSV(B) 322.7º 0.47% 0.61% -
XYZ 20.62 14.66 22.16 -
YUV 109.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 156 82 128 0 0.47 0.18 0.39 322.7 0.31 0.47
Hex 9C 52 80 0 2F 12 27 143 1F 2F
Octal 234 122 200 0 57 22 47 503 37 57
Binary 10011100 1010010 10000000 0 101111 10010 100111 101000011 11111 101111

Color Harmonies of #9C5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5280

Black with #9C5280

Text Example


Text Example

White with #9C5280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,128); }

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

background-color css

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

 a { background-color: rgb(156,82,128); }

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

border-color css

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

 span { border-color: rgb(156,82,128); }

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