Html Css Color HEX #8C7082 Strikemaster

📋 copy color: '#8C7082'

red 140 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #8C7082

Tints of Strikemaster #8C7082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 36.65%
G = 29.32%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8C7082 (or 0x8C7082) is known color: Strikemaster. HEX triplet: 8C, 70 and 82. RGB value is (140,112,130). Sum of RGB (Red+Green+Blue) = 140+112+130=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7082 is #738F7D. Grayscale: #7A7A7A. Windows color (decimal): -7573374 or 8548492. OLE color: 8548492.

HSL color Cylindrical-coordinate representation of color #8C7082: hue angle of 321.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7082 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 130 -
CMYK 0 0.20 0.07 0.45
HSL 321.43º 0.11% 0.49% -
HSV(B) 321.43º 0.2% 0.55% -
XYZ 20.64 18.78 23.66 -
YUV 122.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 140 112 130 0 0.20 0.07 0.45 321.43 0.11 0.49
Hex 8C 70 82 0 14 7 2D 141 B 31
Octal 214 160 202 0 24 7 55 501 13 61
Binary 10001100 1110000 10000010 0 10100 111 101101 101000001 1011 110001

Color Harmonies of #8C7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7082

Black with #8C7082

Text Example


Text Example

White with #8C7082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,130); }

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

background-color css

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

 a { background-color: rgb(140,112,130); }

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

border-color css

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

 span { border-color: rgb(140,112,130); }

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