Html Css Color HEX #9D5083 Strikemaster

📋 copy color: '#9D5083'

red 157 ◦ green 80 ◦ blue 131

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

Shades of Strikemaster #9D5083

Tints of Strikemaster #9D5083

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

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

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

R = 42.66%
G = 21.74%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D5083 (or 0x9D5083) is known color: Strikemaster. HEX triplet: 9D, 50 and 83. RGB value is (157,80,131). Sum of RGB (Red+Green+Blue) = 157+80+131=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5083 is #62AF7C. Grayscale: #6C6C6C. Windows color (decimal): -6467453 or 8605853. OLE color: 8605853.

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

Color convert

RGB 157 80 131 -
CMYK 0 0.49 0.17 0.38
HSL 320.26º 0.32% 0.46% -
HSV(B) 320.26º 0.49% 0.62% -
XYZ 20.87 14.54 23.18 -
YUV 108.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 157 80 131 0 0.49 0.17 0.38 320.26 0.32 0.46
Hex 9D 50 83 0 31 11 26 140 20 2E
Octal 235 120 203 0 61 21 46 500 40 56
Binary 10011101 1010000 10000011 0 110001 10001 100110 101000000 100000 101110

Color Harmonies of #9D5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5083

Black with #9D5083

Text Example


Text Example

White with #9D5083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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