Html Css Color HEX #8F517A Strikemaster

📋 copy color: '#8F517A'

red 143 ◦ green 81 ◦ blue 122

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

Shades of Strikemaster #8F517A

Tints of Strikemaster #8F517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 41.33%
G = 23.41%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F517A (or 0x8F517A) is known color: Strikemaster. HEX triplet: 8F, 51 and 7A. RGB value is (143,81,122). Sum of RGB (Red+Green+Blue) = 143+81+122=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F517A is #70AE85. Grayscale: #686868. Windows color (decimal): -7384710 or 8016271. OLE color: 8016271.

HSL color Cylindrical-coordinate representation of color #8F517A: hue angle of 320.32º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F517A is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 81 122 -
CMYK 0 0.43 0.15 0.44
HSL 320.32º 0.28% 0.44% -
HSV(B) 320.32º 0.43% 0.56% -
XYZ 17.78 13.13 20.01 -
YUV 104.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 143 81 122 0 0.43 0.15 0.44 320.32 0.28 0.44
Hex 8F 51 7A 0 2B F 2C 140 1C 2C
Octal 217 121 172 0 53 17 54 500 34 54
Binary 10001111 1010001 1111010 0 101011 1111 101100 101000000 11100 101100

Color Harmonies of #8F517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F517A

Black with #8F517A

Text Example


Text Example

White with #8F517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,81,122); }

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

background-color css

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

 a { background-color: rgb(143,81,122); }

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

border-color css

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

 span { border-color: rgb(143,81,122); }

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