Html Css Color HEX #9C5486 Strikemaster

📋 copy color: '#9C5486'

red 156 ◦ green 84 ◦ blue 134

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

Shades of Strikemaster #9C5486

Tints of Strikemaster #9C5486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 41.71%
G = 22.46%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C5486 (or 0x9C5486) is known color: Strikemaster. HEX triplet: 9C, 54 and 86. RGB value is (156,84,134). Sum of RGB (Red+Green+Blue) = 156+84+134=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5486 is #63AB79. Grayscale: #6F6F6F. Windows color (decimal): -6531962 or 8803484. OLE color: 8803484.

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

Color convert

RGB 156 84 134 -
CMYK 0 0.46 0.14 0.39
HSL 318.33º 0.3% 0.47% -
HSV(B) 318.33º 0.46% 0.61% -
XYZ 21.18 15.13 24.36 -
YUV 111.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 156 84 134 0 0.46 0.14 0.39 318.33 0.3 0.47
Hex 9C 54 86 0 2E E 27 13E 1E 2F
Octal 234 124 206 0 56 16 47 476 36 57
Binary 10011100 1010100 10000110 0 101110 1110 100111 100111110 11110 101111

Color Harmonies of #9C5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5486

Black with #9C5486

Text Example


Text Example

White with #9C5486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,84,134); }

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

background-color css

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

 a { background-color: rgb(156,84,134); }

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

border-color css

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

 span { border-color: rgb(156,84,134); }

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