Html Css Color HEX #8F5780 Strikemaster

📋 copy color: '#8F5780'

red 143 ◦ green 87 ◦ blue 128

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

Shades of Strikemaster #8F5780

Tints of Strikemaster #8F5780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

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

R = 39.94%
G = 24.3%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F5780 (or 0x8F5780) is known color: Strikemaster. HEX triplet: 8F, 57 and 80. RGB value is (143,87,128). Sum of RGB (Red+Green+Blue) = 143+87+128=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5780 is #70A87F. Grayscale: #6C6C6C. Windows color (decimal): -7383168 or 8411023. OLE color: 8411023.

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

Color convert

RGB 143 87 128 -
CMYK 0 0.39 0.10 0.44
HSL 316.07º 0.24% 0.45% -
HSV(B) 316.07º 0.39% 0.56% -
XYZ 18.63 14.21 22.18 -
YUV 108.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 143 87 128 0 0.39 0.10 0.44 316.07 0.24 0.45
Hex 8F 57 80 0 27 A 2C 13C 18 2D
Octal 217 127 200 0 47 12 54 474 30 55
Binary 10001111 1010111 10000000 0 100111 1010 101100 100111100 11000 101101

Color Harmonies of #8F5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5780

Black with #8F5780

Text Example


Text Example

White with #8F5780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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