Html Css Color HEX #8C6280 Strikemaster

📋 copy color: '#8C6280'

red 140 ◦ green 98 ◦ blue 128

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

Shades of Strikemaster #8C6280

Tints of Strikemaster #8C6280

RGB

 RED value IS 140 (55.08% from 255) = 38.25%

 GREEN value IS 98 (38.67% from 255) = 26.78%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 38.25%
G = 26.78%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C6280 (or 0x8C6280) is known color: Strikemaster. HEX triplet: 8C, 62 and 80. RGB value is (140,98,128). Sum of RGB (Red+Green+Blue) = 140+98+128=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6280 is #739D7F. Grayscale: #717171. Windows color (decimal): -7576960 or 8413836. OLE color: 8413836.

HSL color Cylindrical-coordinate representation of color #8C6280: hue angle of 317.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6280 is Cyan = 0, Magento = 0.3, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 128 -
CMYK 0 0.3 0.09 0.45
HSL 317.14º 0.18% 0.47% -
HSV(B) 317.14º 0.3% 0.55% -
XYZ 19.08 15.87 22.48 -
YUV 113.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 140 98 128 0 0.3 0.09 0.45 317.14 0.18 0.47
Hex 8C 62 80 0 1E 9 2D 13D 12 2F
Octal 214 142 200 0 36 11 55 475 22 57
Binary 10001100 1100010 10000000 0 11110 1001 101101 100111101 10010 101111

Color Harmonies of #8C6280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6280

Black with #8C6280

Text Example


Text Example

White with #8C6280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,128); }

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

background-color css

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

 a { background-color: rgb(140,98,128); }

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

border-color css

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

 span { border-color: rgb(140,98,128); }

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