Html Css Color HEX #8F5580 Strikemaster

📋 copy color: '#8F5580'

red 143 ◦ green 85 ◦ blue 128

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

Shades of Strikemaster #8F5580

Tints of Strikemaster #8F5580

RGB

 RED value IS 143 (56.25% from 255) = 40.17%

 GREEN value IS 85 (33.59% from 255) = 23.88%

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

R = 40.17%
G = 23.88%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F5580 (or 0x8F5580) is known color: Strikemaster. HEX triplet: 8F, 55 and 80. RGB value is (143,85,128). Sum of RGB (Red+Green+Blue) = 143+85+128=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5580 is #70AA7F. Grayscale: #6B6B6B. Windows color (decimal): -7383680 or 8410511. OLE color: 8410511.

HSL color Cylindrical-coordinate representation of color #8F5580: hue angle of 315.52º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5580 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 85 128 -
CMYK 0 0.41 0.10 0.44
HSL 315.52º 0.25% 0.45% -
HSV(B) 315.52º 0.41% 0.56% -
XYZ 18.47 13.9 22.13 -
YUV 107.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 143 85 128 0 0.41 0.10 0.44 315.52 0.25 0.45
Hex 8F 55 80 0 29 A 2C 13C 19 2D
Octal 217 125 200 0 51 12 54 474 31 55
Binary 10001111 1010101 10000000 0 101001 1010 101100 100111100 11001 101101

Color Harmonies of #8F5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5580

Black with #8F5580

Text Example


Text Example

White with #8F5580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,85,128); }

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

background-color css

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

 a { background-color: rgb(143,85,128); }

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

border-color css

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

 span { border-color: rgb(143,85,128); }

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