Html Css Color HEX #8F6985 Strikemaster

📋 copy color: '#8F6985'

red 143 ◦ green 105 ◦ blue 133

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

Shades of Strikemaster #8F6985

Tints of Strikemaster #8F6985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 37.53%
G = 27.56%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F6985 (or 0x8F6985) is known color: Strikemaster. HEX triplet: 8F, 69 and 85. RGB value is (143,105,133). Sum of RGB (Red+Green+Blue) = 143+105+133=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6985 is #70967A. Grayscale: #777777. Windows color (decimal): -7378555 or 8743311. OLE color: 8743311.

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

Color convert

RGB 143 105 133 -
CMYK 0 0.27 0.07 0.44
HSL 315.79º 0.15% 0.49% -
HSV(B) 315.79º 0.27% 0.56% -
XYZ 20.61 17.64 24.51 -
YUV 119.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 143 105 133 0 0.27 0.07 0.44 315.79 0.15 0.49
Hex 8F 69 85 0 1B 7 2C 13C F 31
Octal 217 151 205 0 33 7 54 474 17 61
Binary 10001111 1101001 10000101 0 11011 111 101100 100111100 1111 110001

Color Harmonies of #8F6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6985

Black with #8F6985

Text Example


Text Example

White with #8F6985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,133); }

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

background-color css

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

 a { background-color: rgb(143,105,133); }

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

border-color css

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

 span { border-color: rgb(143,105,133); }

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