Html Css Color HEX #8F607D Strikemaster

📋 copy color: '#8F607D'

red 143 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #8F607D

Tints of Strikemaster #8F607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

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

R = 39.29%
G = 26.37%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F607D (or 0x8F607D) is known color: Strikemaster. HEX triplet: 8F, 60 and 7D. RGB value is (143,96,125). Sum of RGB (Red+Green+Blue) = 143+96+125=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607D is #709F82. Grayscale: #717171. Windows color (decimal): -7380867 or 8216719. OLE color: 8216719.

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

Color convert

RGB 143 96 125 -
CMYK 0 0.33 0.13 0.44
HSL 322.98º 0.2% 0.47% -
HSV(B) 322.98º 0.33% 0.56% -
XYZ 19.21 15.69 21.42 -
YUV 113.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 143 96 125 0 0.33 0.13 0.44 322.98 0.2 0.47
Hex 8F 60 7D 0 21 D 2C 143 14 2F
Octal 217 140 175 0 41 15 54 503 24 57
Binary 10001111 1100000 1111101 0 100001 1101 101100 101000011 10100 101111

Color Harmonies of #8F607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F607D

Black with #8F607D

Text Example


Text Example

White with #8F607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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