Html Css Color HEX #8F5175 Strikemaster

📋 copy color: '#8F5175'

red 143 ◦ green 81 ◦ blue 117

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

Shades of Strikemaster #8F5175

Tints of Strikemaster #8F5175

RGB

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

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

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

R = 41.94%
G = 23.75%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F5175 (or 0x8F5175) is known color: Strikemaster. HEX triplet: 8F, 51 and 75. RGB value is (143,81,117). Sum of RGB (Red+Green+Blue) = 143+81+117=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5175 is #70AE8A. Grayscale: #676767. Windows color (decimal): -7384715 or 7688591. OLE color: 7688591.

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

Color convert

RGB 143 81 117 -
CMYK 0 0.43 0.18 0.44
HSL 325.16º 0.28% 0.44% -
HSV(B) 325.16º 0.43% 0.56% -
XYZ 17.48 13.01 18.42 -
YUV 103.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 143 81 117 0 0.43 0.18 0.44 325.16 0.28 0.44
Hex 8F 51 75 0 2B 12 2C 145 1C 2C
Octal 217 121 165 0 53 22 54 505 34 54
Binary 10001111 1010001 1110101 0 101011 10010 101100 101000101 11100 101100

Color Harmonies of #8F5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5175

Black with #8F5175

Text Example


Text Example

White with #8F5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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