Html Css Color HEX #8F5A7F Strikemaster

📋 copy color: '#8F5A7F'

red 143 ◦ green 90 ◦ blue 127

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

Shades of Strikemaster #8F5A7F

Tints of Strikemaster #8F5A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 39.72%
G = 25%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F5A7F (or 0x8F5A7F) is known color: Strikemaster. HEX triplet: 8F, 5A and 7F. RGB value is (143,90,127). Sum of RGB (Red+Green+Blue) = 143+90+127=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A7F is #70A580. Grayscale: #6D6D6D. Windows color (decimal): -7382401 or 8346255. OLE color: 8346255.

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

Color convert

RGB 143 90 127 -
CMYK 0 0.37 0.11 0.44
HSL 318.11º 0.23% 0.46% -
HSV(B) 318.11º 0.37% 0.56% -
XYZ 18.81 14.68 21.92 -
YUV 110.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 143 90 127 0 0.37 0.11 0.44 318.11 0.23 0.46
Hex 8F 5A 7F 0 25 B 2C 13E 17 2E
Octal 217 132 177 0 45 13 54 476 27 56
Binary 10001111 1011010 1111111 0 100101 1011 101100 100111110 10111 101110

Color Harmonies of #8F5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5A7F

Black with #8F5A7F

Text Example


Text Example

White with #8F5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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