Html Css Color HEX #8F6781 Strikemaster

📋 copy color: '#8F6781'

red 143 ◦ green 103 ◦ blue 129

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

Shades of Strikemaster #8F6781

Tints of Strikemaster #8F6781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 38.13%
G = 27.47%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F6781 (or 0x8F6781) is known color: Strikemaster. HEX triplet: 8F, 67 and 81. RGB value is (143,103,129). Sum of RGB (Red+Green+Blue) = 143+103+129=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6781 is #70987E. Grayscale: #757575. Windows color (decimal): -7379071 or 8480655. OLE color: 8480655.

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

Color convert

RGB 143 103 129 -
CMYK 0 0.28 0.10 0.44
HSL 321º 0.16% 0.48% -
HSV(B) 321º 0.28% 0.56% -
XYZ 20.14 17.13 23.01 -
YUV 117.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 143 103 129 0 0.28 0.10 0.44 321 0.16 0.48
Hex 8F 67 81 0 1C A 2C 141 10 30
Octal 217 147 201 0 34 12 54 501 20 60
Binary 10001111 1100111 10000001 0 11100 1010 101100 101000001 10000 110000

Color Harmonies of #8F6781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6781

Black with #8F6781

Text Example


Text Example

White with #8F6781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,103,129); }

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

background-color css

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

 a { background-color: rgb(143,103,129); }

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

border-color css

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

 span { border-color: rgb(143,103,129); }

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