Html Css Color HEX #8F6878 Strikemaster

📋 copy color: '#8F6878'

red 143 ◦ green 104 ◦ blue 120

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

Shades of Strikemaster #8F6878

Tints of Strikemaster #8F6878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.34%

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 38.96%
G = 28.34%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F6878 (or 0x8F6878) is known color: Strikemaster. HEX triplet: 8F, 68 and 78. RGB value is (143,104,120). Sum of RGB (Red+Green+Blue) = 143+104+120=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6878 is #709787. Grayscale: #757575. Windows color (decimal): -7378824 or 7891087. OLE color: 7891087.

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

Color convert

RGB 143 104 120 -
CMYK 0 0.27 0.16 0.44
HSL 335.38º 0.16% 0.48% -
HSV(B) 335.38º 0.27% 0.56% -
XYZ 19.67 17.1 20.03 -
YUV 117.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 143 104 120 0 0.27 0.16 0.44 335.38 0.16 0.48
Hex 8F 68 78 0 1B 10 2C 14F 10 30
Octal 217 150 170 0 33 20 54 517 20 60
Binary 10001111 1101000 1111000 0 11011 10000 101100 101001111 10000 110000

Color Harmonies of #8F6878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6878

Black with #8F6878

Text Example


Text Example

White with #8F6878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,120); }

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

background-color css

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

 a { background-color: rgb(143,104,120); }

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

border-color css

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

 span { border-color: rgb(143,104,120); }

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