Html Css Color HEX #8F607A Strikemaster

📋 copy color: '#8F607A'

red 143 ◦ green 96 ◦ blue 122

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

Shades of Strikemaster #8F607A

Tints of Strikemaster #8F607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 39.61%
G = 26.59%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F607A (or 0x8F607A) is known color: Strikemaster. HEX triplet: 8F, 60 and 7A. RGB value is (143,96,122). Sum of RGB (Red+Green+Blue) = 143+96+122=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607A is #709F85. Grayscale: #707070. Windows color (decimal): -7380870 or 8020111. OLE color: 8020111.

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

Color convert

RGB 143 96 122 -
CMYK 0 0.33 0.15 0.44
HSL 326.81º 0.2% 0.47% -
HSV(B) 326.81º 0.33% 0.56% -
XYZ 19.02 15.61 20.42 -
YUV 113.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 143 96 122 0 0.33 0.15 0.44 326.81 0.2 0.47
Hex 8F 60 7A 0 21 F 2C 147 14 2F
Octal 217 140 172 0 41 17 54 507 24 57
Binary 10001111 1100000 1111010 0 100001 1111 101100 101000111 10100 101111

Color Harmonies of #8F607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F607A

Black with #8F607A

Text Example


Text Example

White with #8F607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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