Html Css Color HEX #8F5779 Strikemaster

📋 copy color: '#8F5779'

red 143 ◦ green 87 ◦ blue 121

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

Shades of Strikemaster #8F5779

Tints of Strikemaster #8F5779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.79%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 40.74%
G = 24.79%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F5779 (or 0x8F5779) is known color: Strikemaster. HEX triplet: 8F, 57 and 79. RGB value is (143,87,121). Sum of RGB (Red+Green+Blue) = 143+87+121=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5779 is #70A886. Grayscale: #6B6B6B. Windows color (decimal): -7383175 or 7952271. OLE color: 7952271.

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

Color convert

RGB 143 87 121 -
CMYK 0 0.39 0.15 0.44
HSL 323.57º 0.24% 0.45% -
HSV(B) 323.57º 0.39% 0.56% -
XYZ 18.19 14.04 19.84 -
YUV 107.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 143 87 121 0 0.39 0.15 0.44 323.57 0.24 0.45
Hex 8F 57 79 0 27 F 2C 144 18 2D
Octal 217 127 171 0 47 17 54 504 30 55
Binary 10001111 1010111 1111001 0 100111 1111 101100 101000100 11000 101101

Color Harmonies of #8F5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5779

Black with #8F5779

Text Example


Text Example

White with #8F5779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,87,121); }

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

background-color css

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

 a { background-color: rgb(143,87,121); }

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

border-color css

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

 span { border-color: rgb(143,87,121); }

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