Html Css Color HEX #8F5F7D Strikemaster

📋 copy color: '#8F5F7D'

red 143 ◦ green 95 ◦ blue 125

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

Shades of Strikemaster #8F5F7D

Tints of Strikemaster #8F5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 39.39%
G = 26.17%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F5F7D (or 0x8F5F7D) is known color: Strikemaster. HEX triplet: 8F, 5F and 7D. RGB value is (143,95,125). Sum of RGB (Red+Green+Blue) = 143+95+125=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F7D is #70A082. Grayscale: #707070. Windows color (decimal): -7381123 or 8216463. OLE color: 8216463.

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

Color convert

RGB 143 95 125 -
CMYK 0 0.34 0.13 0.44
HSL 322.5º 0.2% 0.47% -
HSV(B) 322.5º 0.34% 0.56% -
XYZ 19.12 15.5 21.39 -
YUV 112.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 143 95 125 0 0.34 0.13 0.44 322.5 0.2 0.47
Hex 8F 5F 7D 0 22 D 2C 142 14 2F
Octal 217 137 175 0 42 15 54 502 24 57
Binary 10001111 1011111 1111101 0 100010 1101 101100 101000010 10100 101111

Color Harmonies of #8F5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5F7D

Black with #8F5F7D

Text Example


Text Example

White with #8F5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,95,125); }

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

background-color css

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

 a { background-color: rgb(143,95,125); }

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

border-color css

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

 span { border-color: rgb(143,95,125); }

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