Html Css Color HEX #9C5083 Strikemaster

📋 copy color: '#9C5083'

red 156 ◦ green 80 ◦ blue 131

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

Shades of Strikemaster #9C5083

Tints of Strikemaster #9C5083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 42.51%
G = 21.8%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C5083 (or 0x9C5083) is known color: Strikemaster. HEX triplet: 9C, 50 and 83. RGB value is (156,80,131). Sum of RGB (Red+Green+Blue) = 156+80+131=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5083 is #63AF7C. Grayscale: #6C6C6C. Windows color (decimal): -6532989 or 8605852. OLE color: 8605852.

HSL color Cylindrical-coordinate representation of color #9C5083: hue angle of 319.74º 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 #9C5083 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 80 131 -
CMYK 0 0.49 0.16 0.39
HSL 319.74º 0.32% 0.46% -
HSV(B) 319.74º 0.49% 0.61% -
XYZ 20.68 14.44 23.17 -
YUV 108.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 156 80 131 0 0.49 0.16 0.39 319.74 0.32 0.46
Hex 9C 50 83 0 31 10 27 140 20 2E
Octal 234 120 203 0 61 20 47 500 40 56
Binary 10011100 1010000 10000011 0 110001 10000 100111 101000000 100000 101110

Color Harmonies of #9C5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5083

Black with #9C5083

Text Example


Text Example

White with #9C5083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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