Html Css Color HEX #8F5A7E Strikemaster

📋 copy color: '#8F5A7E'

red 143 ◦ green 90 ◦ blue 126

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

Shades of Strikemaster #8F5A7E

Tints of Strikemaster #8F5A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 39.83%
G = 25.07%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F5A7E (or 0x8F5A7E) is known color: Strikemaster. HEX triplet: 8F, 5A and 7E. RGB value is (143,90,126). Sum of RGB (Red+Green+Blue) = 143+90+126=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A7E is #70A581. Grayscale: #6D6D6D. Windows color (decimal): -7382402 or 8280719. OLE color: 8280719.

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

Color convert

RGB 143 90 126 -
CMYK 0 0.37 0.12 0.44
HSL 319.25º 0.23% 0.46% -
HSV(B) 319.25º 0.37% 0.56% -
XYZ 18.75 14.66 21.58 -
YUV 109.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 143 90 126 0 0.37 0.12 0.44 319.25 0.23 0.46
Hex 8F 5A 7E 0 25 C 2C 13F 17 2E
Octal 217 132 176 0 45 14 54 477 27 56
Binary 10001111 1011010 1111110 0 100101 1100 101100 100111111 10111 101110

Color Harmonies of #8F5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5A7E

Black with #8F5A7E

Text Example


Text Example

White with #8F5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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