Html Css Color HEX #8F5475 Strikemaster

📋 copy color: '#8F5475'

red 143 ◦ green 84 ◦ blue 117

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

Shades of Strikemaster #8F5475

Tints of Strikemaster #8F5475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 41.57%
G = 24.42%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F5475 (or 0x8F5475) is known color: Strikemaster. HEX triplet: 8F, 54 and 75. RGB value is (143,84,117). Sum of RGB (Red+Green+Blue) = 143+84+117=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5475 is #70AB8A. Grayscale: #696969. Windows color (decimal): -7383947 or 7689359. OLE color: 7689359.

HSL color Cylindrical-coordinate representation of color #8F5475: hue angle of 326.44º degrees, saturation: 0.26, 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 #8F5475 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 84 117 -
CMYK 0 0.41 0.18 0.44
HSL 326.44º 0.26% 0.45% -
HSV(B) 326.44º 0.41% 0.56% -
XYZ 17.71 13.46 18.5 -
YUV 105.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 143 84 117 0 0.41 0.18 0.44 326.44 0.26 0.45
Hex 8F 54 75 0 29 12 2C 146 1A 2D
Octal 217 124 165 0 51 22 54 506 32 55
Binary 10001111 1010100 1110101 0 101001 10010 101100 101000110 11010 101101

Color Harmonies of #8F5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5475

Black with #8F5475

Text Example


Text Example

White with #8F5475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,84,117); }

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

background-color css

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

 a { background-color: rgb(143,84,117); }

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

border-color css

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

 span { border-color: rgb(143,84,117); }

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