Html Css Color HEX #8D6080 Strikemaster

📋 copy color: '#8D6080'

red 141 ◦ green 96 ◦ blue 128

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

Shades of Strikemaster #8D6080

Tints of Strikemaster #8D6080

RGB

 RED value IS 141 (55.47% from 255) = 38.63%

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 38.63%
G = 26.3%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D6080 (or 0x8D6080) is known color: Strikemaster. HEX triplet: 8D, 60 and 80. RGB value is (141,96,128). Sum of RGB (Red+Green+Blue) = 141+96+128=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6080 is #729F7F. Grayscale: #717171. Windows color (decimal): -7511936 or 8413325. OLE color: 8413325.

HSL color Cylindrical-coordinate representation of color #8D6080: hue angle of 317.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6080 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 96 128 -
CMYK 0 0.32 0.09 0.45
HSL 317.33º 0.19% 0.46% -
HSV(B) 317.33º 0.32% 0.55% -
XYZ 19.06 15.59 22.43 -
YUV 113.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 141 96 128 0 0.32 0.09 0.45 317.33 0.19 0.46
Hex 8D 60 80 0 20 9 2D 13D 13 2E
Octal 215 140 200 0 40 11 55 475 23 56
Binary 10001101 1100000 10000000 0 100000 1001 101101 100111101 10011 101110

Color Harmonies of #8D6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6080

Black with #8D6080

Text Example


Text Example

White with #8D6080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6080; }

 p { color: rgb(141,96,128); }

 H1.HeaderClassName
 {
   color: #8D6080;
 }
 .AnyTagClassName
 {
   color: #8D6080;
 }
</style>

background-color css

<style>
 a { background-color: #8D6080; }

 a { background-color: rgb(141,96,128); }

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

border-color css

<style>
 span { border-color: #8D6080; }

 span { border-color: rgb(141,96,128); }

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