Html Css Color HEX #8F6085 Strikemaster

📋 copy color: '#8F6085'

red 143 ◦ green 96 ◦ blue 133

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

Shades of Strikemaster #8F6085

Tints of Strikemaster #8F6085

RGB

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

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

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

R = 38.44%
G = 25.81%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F6085 (or 0x8F6085) is known color: Strikemaster. HEX triplet: 8F, 60 and 85. RGB value is (143,96,133). Sum of RGB (Red+Green+Blue) = 143+96+133=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6085 is #709F7A. Grayscale: #727272. Windows color (decimal): -7380859 or 8741007. OLE color: 8741007.

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

Color convert

RGB 143 96 133 -
CMYK 0 0.33 0.07 0.44
HSL 312.77º 0.2% 0.47% -
HSV(B) 312.77º 0.33% 0.56% -
XYZ 19.74 15.9 24.22 -
YUV 114.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 143 96 133 0 0.33 0.07 0.44 312.77 0.2 0.47
Hex 8F 60 85 0 21 7 2C 139 14 2F
Octal 217 140 205 0 41 7 54 471 24 57
Binary 10001111 1100000 10000101 0 100001 111 101100 100111001 10100 101111

Color Harmonies of #8F6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6085

Black with #8F6085

Text Example


Text Example

White with #8F6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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