Html Css Color HEX #8F5A7C Strikemaster

📋 copy color: '#8F5A7C'

red 143 ◦ green 90 ◦ blue 124

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

Shades of Strikemaster #8F5A7C

Tints of Strikemaster #8F5A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 40.06%
G = 25.21%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F5A7C (or 0x8F5A7C) is known color: Strikemaster. HEX triplet: 8F, 5A and 7C. RGB value is (143,90,124). Sum of RGB (Red+Green+Blue) = 143+90+124=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A7C is #70A583. Grayscale: #6D6D6D. Windows color (decimal): -7382404 or 8149647. OLE color: 8149647.

HSL color Cylindrical-coordinate representation of color #8F5A7C: hue angle of 321.51º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A7C is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 90 124 -
CMYK 0 0.37 0.13 0.44
HSL 321.51º 0.23% 0.46% -
HSV(B) 321.51º 0.37% 0.56% -
XYZ 18.62 14.61 20.91 -
YUV 109.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 143 90 124 0 0.37 0.13 0.44 321.51 0.23 0.46
Hex 8F 5A 7C 0 25 D 2C 142 17 2E
Octal 217 132 174 0 45 15 54 502 27 56
Binary 10001111 1011010 1111100 0 100101 1101 101100 101000010 10111 101110

Color Harmonies of #8F5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5A7C

Black with #8F5A7C

Text Example


Text Example

White with #8F5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,90,124); }

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

background-color css

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

 a { background-color: rgb(143,90,124); }

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

border-color css

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

 span { border-color: rgb(143,90,124); }

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