Html Css Color HEX #8F607E Strikemaster

📋 copy color: '#8F607E'

red 143 ◦ green 96 ◦ blue 126

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

Shades of Strikemaster #8F607E

Tints of Strikemaster #8F607E

RGB

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

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

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

R = 39.18%
G = 26.3%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F607E (or 0x8F607E) is known color: Strikemaster. HEX triplet: 8F, 60 and 7E. RGB value is (143,96,126). Sum of RGB (Red+Green+Blue) = 143+96+126=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607E is #709F81. Grayscale: #717171. Windows color (decimal): -7380866 or 8282255. OLE color: 8282255.

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

Color convert

RGB 143 96 126 -
CMYK 0 0.33 0.12 0.44
HSL 321.7º 0.2% 0.47% -
HSV(B) 321.7º 0.33% 0.56% -
XYZ 19.28 15.71 21.76 -
YUV 113.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 143 96 126 0 0.33 0.12 0.44 321.7 0.2 0.47
Hex 8F 60 7E 0 21 C 2C 142 14 2F
Octal 217 140 176 0 41 14 54 502 24 57
Binary 10001111 1100000 1111110 0 100001 1100 101100 101000010 10100 101111

Color Harmonies of #8F607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F607E

Black with #8F607E

Text Example


Text Example

White with #8F607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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