Html Css Color HEX #8F5D82 Strikemaster

📋 copy color: '#8F5D82'

red 143 ◦ green 93 ◦ blue 130

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

Shades of Strikemaster #8F5D82

Tints of Strikemaster #8F5D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 39.07%
G = 25.41%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8F5D82 (or 0x8F5D82) is known color: Strikemaster. HEX triplet: 8F, 5D and 82. RGB value is (143,93,130). Sum of RGB (Red+Green+Blue) = 143+93+130=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D82 is #70A27D. Grayscale: #707070. Windows color (decimal): -7381630 or 8543631. OLE color: 8543631.

HSL color Cylindrical-coordinate representation of color #8F5D82: hue angle of 315.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D82 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 93 130 -
CMYK 0 0.35 0.09 0.44
HSL 315.6º 0.21% 0.46% -
HSV(B) 315.6º 0.35% 0.56% -
XYZ 19.27 15.28 23.05 -
YUV 112.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 143 93 130 0 0.35 0.09 0.44 315.6 0.21 0.46
Hex 8F 5D 82 0 23 9 2C 13C 15 2E
Octal 217 135 202 0 43 11 54 474 25 56
Binary 10001111 1011101 10000010 0 100011 1001 101100 100111100 10101 101110

Color Harmonies of #8F5D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5D82

Black with #8F5D82

Text Example


Text Example

White with #8F5D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,93,130); }

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

background-color css

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

 a { background-color: rgb(143,93,130); }

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

border-color css

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

 span { border-color: rgb(143,93,130); }

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