Html Css Color HEX #8F6B88 Strikemaster

📋 copy color: '#8F6B88'

red 143 ◦ green 107 ◦ blue 136

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

Shades of Strikemaster #8F6B88

Tints of Strikemaster #8F6B88

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 37.05%
G = 27.72%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8F6B88 (or 0x8F6B88) is known color: Strikemaster. HEX triplet: 8F, 6B and 88. RGB value is (143,107,136). Sum of RGB (Red+Green+Blue) = 143+107+136=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6B88 is #709477. Grayscale: #787878. Windows color (decimal): -7378040 or 8940431. OLE color: 8940431.

HSL color Cylindrical-coordinate representation of color #8F6B88: hue angle of 311.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F6B88 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 107 136 -
CMYK 0 0.25 0.05 0.44
HSL 311.67º 0.14% 0.49% -
HSV(B) 311.67º 0.25% 0.56% -
XYZ 21.03 18.13 25.68 -
YUV 121.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 143 107 136 0 0.25 0.05 0.44 311.67 0.14 0.49
Hex 8F 6B 88 0 19 5 2C 138 E 31
Octal 217 153 210 0 31 5 54 470 16 61
Binary 10001111 1101011 10001000 0 11001 101 101100 100111000 1110 110001

Color Harmonies of #8F6B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6B88

Black with #8F6B88

Text Example


Text Example

White with #8F6B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,107,136); }

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

background-color css

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

 a { background-color: rgb(143,107,136); }

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

border-color css

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

 span { border-color: rgb(143,107,136); }

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