Html Css Color HEX #8F5D7E Strikemaster

📋 copy color: '#8F5D7E'

red 143 ◦ green 93 ◦ blue 126

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

Shades of Strikemaster #8F5D7E

Tints of Strikemaster #8F5D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

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

R = 39.5%
G = 25.69%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F5D7E (or 0x8F5D7E) is known color: Strikemaster. HEX triplet: 8F, 5D and 7E. RGB value is (143,93,126). Sum of RGB (Red+Green+Blue) = 143+93+126=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D7E is #70A281. Grayscale: #6F6F6F. Windows color (decimal): -7381634 or 8281487. OLE color: 8281487.

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

Color convert

RGB 143 93 126 -
CMYK 0 0.35 0.12 0.44
HSL 320.4º 0.21% 0.46% -
HSV(B) 320.4º 0.35% 0.56% -
XYZ 19.01 15.17 21.67 -
YUV 111.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 143 93 126 0 0.35 0.12 0.44 320.4 0.21 0.46
Hex 8F 5D 7E 0 23 C 2C 140 15 2E
Octal 217 135 176 0 43 14 54 500 25 56
Binary 10001111 1011101 1111110 0 100011 1100 101100 101000000 10101 101110

Color Harmonies of #8F5D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5D7E

Black with #8F5D7E

Text Example


Text Example

White with #8F5D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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