Html Css Color HEX #9D5082 Strikemaster

📋 copy color: '#9D5082'

red 157 ◦ green 80 ◦ blue 130

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

Shades of Strikemaster #9D5082

Tints of Strikemaster #9D5082

RGB

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

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

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

R = 42.78%
G = 21.8%
B = 35.42%

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

#9D5082 (or 0x9D5082) is known color: Strikemaster. HEX triplet: 9D, 50 and 82. RGB value is (157,80,130). Sum of RGB (Red+Green+Blue) = 157+80+130=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5082 is #62AF7D. Grayscale: #6C6C6C. Windows color (decimal): -6467454 or 8540317. OLE color: 8540317.

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

Color convert

RGB 157 80 130 -
CMYK 0 0.49 0.17 0.38
HSL 321.04º 0.32% 0.46% -
HSV(B) 321.04º 0.49% 0.62% -
XYZ 20.8 14.52 22.82 -
YUV 108.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 157 80 130 0 0.49 0.17 0.38 321.04 0.32 0.46
Hex 9D 50 82 0 31 11 26 141 20 2E
Octal 235 120 202 0 61 21 46 501 40 56
Binary 10011101 1010000 10000010 0 110001 10001 100110 101000001 100000 101110

Color Harmonies of #9D5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5082

Black with #9D5082

Text Example


Text Example

White with #9D5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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