Html Css Color HEX #8F6082 Strikemaster

📋 copy color: '#8F6082'

red 143 ◦ green 96 ◦ blue 130

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

Shades of Strikemaster #8F6082

Tints of Strikemaster #8F6082

RGB

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

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

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

R = 38.75%
G = 26.02%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8F6082 (or 0x8F6082) is known color: Strikemaster. HEX triplet: 8F, 60 and 82. RGB value is (143,96,130). Sum of RGB (Red+Green+Blue) = 143+96+130=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6082 is #709F7D. Grayscale: #717171. Windows color (decimal): -7380862 or 8544399. OLE color: 8544399.

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

Color convert

RGB 143 96 130 -
CMYK 0 0.33 0.09 0.44
HSL 316.6º 0.2% 0.47% -
HSV(B) 316.6º 0.33% 0.56% -
XYZ 19.54 15.82 23.14 -
YUV 113.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 143 96 130 0 0.33 0.09 0.44 316.6 0.2 0.47
Hex 8F 60 82 0 21 9 2C 13D 14 2F
Octal 217 140 202 0 41 11 54 475 24 57
Binary 10001111 1100000 10000010 0 100001 1001 101100 100111101 10100 101111

Color Harmonies of #8F6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6082

Black with #8F6082

Text Example


Text Example

White with #8F6082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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