Html Css Color HEX #8F597D Strikemaster

📋 copy color: '#8F597D'

red 143 ◦ green 89 ◦ blue 125

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

Shades of Strikemaster #8F597D

Tints of Strikemaster #8F597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 40.06%
G = 24.93%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F597D (or 0x8F597D) is known color: Strikemaster. HEX triplet: 8F, 59 and 7D. RGB value is (143,89,125). Sum of RGB (Red+Green+Blue) = 143+89+125=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F597D is #70A682. Grayscale: #6D6D6D. Windows color (decimal): -7382659 or 8214927. OLE color: 8214927.

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

Color convert

RGB 143 89 125 -
CMYK 0 0.38 0.13 0.44
HSL 320º 0.23% 0.45% -
HSV(B) 320º 0.38% 0.56% -
XYZ 18.6 14.47 21.21 -
YUV 109.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 143 89 125 0 0.38 0.13 0.44 320 0.23 0.45
Hex 8F 59 7D 0 26 D 2C 140 17 2D
Octal 217 131 175 0 46 15 54 500 27 55
Binary 10001111 1011001 1111101 0 100110 1101 101100 101000000 10111 101101

Color Harmonies of #8F597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F597D

Black with #8F597D

Text Example


Text Example

White with #8F597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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