Html Css Color HEX #9C5082 Strikemaster

📋 copy color: '#9C5082'

red 156 ◦ green 80 ◦ blue 130

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

Shades of Strikemaster #9C5082

Tints of Strikemaster #9C5082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 42.62%
G = 21.86%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C5082 (or 0x9C5082) is known color: Strikemaster. HEX triplet: 9C, 50 and 82. RGB value is (156,80,130). Sum of RGB (Red+Green+Blue) = 156+80+130=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5082 is #63AF7D. Grayscale: #6C6C6C. Windows color (decimal): -6532990 or 8540316. OLE color: 8540316.

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

Color convert

RGB 156 80 130 -
CMYK 0 0.49 0.17 0.39
HSL 320.53º 0.32% 0.46% -
HSV(B) 320.53º 0.49% 0.61% -
XYZ 20.61 14.42 22.82 -
YUV 108.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 156 80 130 0 0.49 0.17 0.39 320.53 0.32 0.46
Hex 9C 50 82 0 31 11 27 141 20 2E
Octal 234 120 202 0 61 21 47 501 40 56
Binary 10011100 1010000 10000010 0 110001 10001 100111 101000001 100000 101110

Color Harmonies of #9C5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5082

Black with #9C5082

Text Example


Text Example

White with #9C5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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