Html Css Color HEX #9C5688 Strikemaster

📋 copy color: '#9C5688'

red 156 ◦ green 86 ◦ blue 136

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

Shades of Strikemaster #9C5688

Tints of Strikemaster #9C5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 41.27%
G = 22.75%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C5688 (or 0x9C5688) is known color: Strikemaster. HEX triplet: 9C, 56 and 88. RGB value is (156,86,136). Sum of RGB (Red+Green+Blue) = 156+86+136=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5688 is #63A977. Grayscale: #707070. Windows color (decimal): -6531448 or 8935068. OLE color: 8935068.

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

Color convert

RGB 156 86 136 -
CMYK 0 0.45 0.13 0.39
HSL 317.14º 0.29% 0.47% -
HSV(B) 317.14º 0.45% 0.61% -
XYZ 21.48 15.5 25.15 -
YUV 112.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 156 86 136 0 0.45 0.13 0.39 317.14 0.29 0.47
Hex 9C 56 88 0 2D D 27 13D 1D 2F
Octal 234 126 210 0 55 15 47 475 35 57
Binary 10011100 1010110 10001000 0 101101 1101 100111 100111101 11101 101111

Color Harmonies of #9C5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5688

Black with #9C5688

Text Example


Text Example

White with #9C5688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,136); }

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

background-color css

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

 a { background-color: rgb(156,86,136); }

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

border-color css

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

 span { border-color: rgb(156,86,136); }

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