Html Css Color HEX #9C5582 Strikemaster

📋 copy color: '#9C5582'

red 156 ◦ green 85 ◦ blue 130

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

Shades of Strikemaster #9C5582

Tints of Strikemaster #9C5582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 42.05%
G = 22.91%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C5582 (or 0x9C5582) is known color: Strikemaster. HEX triplet: 9C, 55 and 82. RGB value is (156,85,130). Sum of RGB (Red+Green+Blue) = 156+85+130=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5582 is #63AA7D. Grayscale: #6F6F6F. Windows color (decimal): -6531710 or 8541596. OLE color: 8541596.

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

Color convert

RGB 156 85 130 -
CMYK 0 0.46 0.17 0.39
HSL 321.97º 0.29% 0.47% -
HSV(B) 321.97º 0.46% 0.61% -
XYZ 20.99 15.18 22.94 -
YUV 111.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 156 85 130 0 0.46 0.17 0.39 321.97 0.29 0.47
Hex 9C 55 82 0 2E 11 27 142 1D 2F
Octal 234 125 202 0 56 21 47 502 35 57
Binary 10011100 1010101 10000010 0 101110 10001 100111 101000010 11101 101111

Color Harmonies of #9C5582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5582

Black with #9C5582

Text Example


Text Example

White with #9C5582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,130); }

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

background-color css

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

 a { background-color: rgb(156,85,130); }

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

border-color css

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

 span { border-color: rgb(156,85,130); }

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